aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/newview/floatercommandline.cpp9
1 files changed, 0 insertions, 9 deletions
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 @@
32 32
33#include "floatercommandline.h" 33#include "floatercommandline.h"
34 34
35#include "hippogridmanager.h"
36#include "lluictrlfactory.h" 35#include "lluictrlfactory.h"
37#include "llviewercontrol.h" 36#include "llviewercontrol.h"
38 37
@@ -65,14 +64,6 @@ BOOL FloaterCommandLine::postBuild()
65 childSetCommitCallback("CmdLineChatbarAO", onCommitApplyControl); 64 childSetCommitCallback("CmdLineChatbarAO", onCommitApplyControl);
66 childSetCommitCallback("CmdLineChatbarClearChat", onCommitApplyControl); 65 childSetCommitCallback("CmdLineChatbarClearChat", onCommitApplyControl);
67 66
68 // hide options that don't work on non-SL-based grids
69 if (!gHippoGridManager->getConnectedGrid()->isSecondLife())
70 {
71 childSetEnabled("CmdLineChatbarRezPlatform", FALSE);
72 childSetEnabled("loltxt6", FALSE);
73 childSetEnabled("CmdLineChatbarPlatformSize", FALSE);
74 }
75
76 return TRUE; 67 return TRUE;
77} 68}
78 69