diff options
author | Steven Bennetts <steve@lindenlab.com> | 2007-12-03 19:44:04 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2007-12-03 19:44:04 +0000 |
commit | f41b7bb8dff075d8c32ea03be407d20fe11e71f3 (patch) | |
tree | 08bf4cb9354f975940b83cd695a2aa8bb8d74870 /indra/newview/llurldispatcher.h | |
parent | d5eef2d8a6cc0d5855d68d0726565e07d46211b2 (diff) |
-74901 (back out premature commit to release)
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 |