diff options
author | Oz Linden <oz@lindenlab.com> | 2012-07-03 05:48:54 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-07-03 05:48:54 -0400 |
commit | d59715d6f1028f86827f1bd7b43c29abe697fcc9 (patch) | |
tree | d99160db27f0cf52bb34ffa8b796590d5032a838 /indra/newview/llviewernetwork.h | |
parent | 4e56af04ef726a2033c068238b3f678dc04b06c1 (diff) |
PATH-802: fixed check for different grid in chat SLURLS
Diffstat (limited to 'indra/newview/llviewernetwork.h')
-rw-r--r-- | indra/newview/llviewernetwork.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llviewernetwork.h b/indra/newview/llviewernetwork.h index 802badd494..3fc5492952 100644 --- a/indra/newview/llviewernetwork.h +++ b/indra/newview/llviewernetwork.h @@ -198,9 +198,6 @@ class LLGridManager : public LLSingleton<LLGridManager> /// Add a grid to the list of grids void addGrid(LLSD& grid_info); - /// find the LLSD definition for a given grid - void getGridInfo(const std::string& grid, LLSD &grid_info); - void updateIsInProductionGrid(); // helper function for adding the hard coded grids |