summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-01-23 17:41:44 -0800
committerTodd Stinson <stinson@lindenlab.com>2012-01-23 17:41:44 -0800
commit3f330d2902aaab3c62ebd0c830fce61c6f1e4524 (patch)
treea8d932c6335dab9d1910bc31f2c56a21a2b67d3e
parent455899b242478518b181f94823332235950270dd (diff)
Removing unnecessary code.
-rw-r--r--indra/newview/llnavmeshstation.h3
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 );