diff options
Diffstat (limited to 'indra/newview/llurldispatcher.h')
-rw-r--r-- | indra/newview/llurldispatcher.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llurldispatcher.h b/indra/newview/llurldispatcher.h index bcd19ee691..74b7f875b2 100644 --- a/indra/newview/llurldispatcher.h +++ b/indra/newview/llurldispatcher.h @@ -50,8 +50,6 @@ public: // Returns true if someone handled the URL. static bool dispatchRightClick(const std::string& url); - // builds: http://slurl.com/secondlife/RegionName/x/y/z/ - static std::string buildSLURL(const std::string& regionname, S32 x, S32 y, S32 z); }; #endif |