From 3f330d2902aaab3c62ebd0c830fce61c6f1e4524 Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Mon, 23 Jan 2012 17:41:44 -0800 Subject: Removing unnecessary code. --- indra/newview/llnavmeshstation.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'indra') 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& observerHandle ); -- cgit v1.2.3