aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/hippogridmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/hippogridmanager.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/linden/indra/newview/hippogridmanager.cpp b/linden/indra/newview/hippogridmanager.cpp
index 6f28d87..78539f8 100644
--- a/linden/indra/newview/hippogridmanager.cpp
+++ b/linden/indra/newview/hippogridmanager.cpp
@@ -707,8 +707,6 @@ void HippoGridManager::deleteGrid(const std::string& grid)
707 707
708void HippoGridManager::setDefaultGrid(const std::string& grid) 708void HippoGridManager::setDefaultGrid(const std::string& grid)
709{ 709{
710 return;
711 /* Prevent setting the default grid to anything but meta7 (except by editing the settings file).
712 GridIterator it = mGridInfo.find(grid); 710 GridIterator it = mGridInfo.find(grid);
713 if (it != mGridInfo.end()) 711 if (it != mGridInfo.end())
714 { 712 {
@@ -726,7 +724,6 @@ void HippoGridManager::setDefaultGrid(const std::string& grid)
726 { 724 {
727 mDefaultGrid = ""; 725 mDefaultGrid = "";
728 } 726 }
729 */
730} 727}
731 728
732 729