From 3bec0a178dac9b6c30e7caf242fa6b648c9fff4a Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Sun, 27 Feb 2011 13:42:33 -0700 Subject: Re-enabled rezplat for OpenSim-based grids --- linden/indra/newview/floatercommandline.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'linden/indra') diff --git a/linden/indra/newview/floatercommandline.cpp b/linden/indra/newview/floatercommandline.cpp index 6889696..a700b62 100644 --- a/linden/indra/newview/floatercommandline.cpp +++ b/linden/indra/newview/floatercommandline.cpp @@ -32,7 +32,6 @@ #include "floatercommandline.h" -#include "hippogridmanager.h" #include "lluictrlfactory.h" #include "llviewercontrol.h" @@ -65,14 +64,6 @@ BOOL FloaterCommandLine::postBuild() childSetCommitCallback("CmdLineChatbarAO", onCommitApplyControl); childSetCommitCallback("CmdLineChatbarClearChat", onCommitApplyControl); - // hide options that don't work on non-SL-based grids - if (!gHippoGridManager->getConnectedGrid()->isSecondLife()) - { - childSetEnabled("CmdLineChatbarRezPlatform", FALSE); - childSetEnabled("loltxt6", FALSE); - childSetEnabled("CmdLineChatbarPlatformSize", FALSE); - } - return TRUE; } -- cgit v1.1