diff options
-rw-r--r-- | indra/newview/llnavmeshstation.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llnavmeshstation.h b/indra/newview/llnavmeshstation.h index 10d35786b8..ce884c1466 100644 --- a/indra/newview/llnavmeshstation.h +++ b/indra/newview/llnavmeshstation.h @@ -31,7 +31,6 @@ #include "llhandle.h" //=============================================================================== class LLCurlRequest; -class LLMessageSystem; //=============================================================================== class LLNavMeshObserver { @@ -73,8 +72,6 @@ public: void setNavMeshUploadURL( std::string& url ) { mNavMeshUploadURL = url; } //Setter for the navmesh download url void setNavMeshDownloadURL( std::string& url ) { mNavMeshDownloadURL = url; } - //Callback to handle the requested src data for this regions navmesh src - static void processNavMeshSrc( LLMessageSystem* msg, void** ); //Initiate download of the navmesh source from the server void downloadNavMeshSrc( const LLHandle<LLNavMeshDownloadObserver>& observerHandle ); |