summaryrefslogtreecommitdiff
path: root/indra/llui/llcombobox.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-02-17 16:55:58 -0800
committerJames Cook <james@lindenlab.com>2010-02-17 16:55:58 -0800
commit55bfb4435e1a2ffc34578bf30877eb24a5edaa29 (patch)
tree7c58fde08cdf596b50604e5b2a28a23eea86fc11 /indra/llui/llcombobox.cpp
parent53ff6652f08f70fe924398f65b0e289e009d1e8c (diff)
Look up display names via a web service
Also removed unused LLComboBox globals to reduce llappviewer.cpp include file burden. Review pending
Diffstat (limited to 'indra/llui/llcombobox.cpp')
-rw-r--r--indra/llui/llcombobox.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llui/llcombobox.cpp b/indra/llui/llcombobox.cpp
index 9d23daf56d..1aa44f6b96 100644
--- a/indra/llui/llcombobox.cpp
+++ b/indra/llui/llcombobox.cpp
@@ -58,8 +58,6 @@
#include "lltooltip.h"
// Globals
-S32 LLCOMBOBOX_HEIGHT = 0;
-S32 LLCOMBOBOX_WIDTH = 0;
S32 MAX_COMBO_WIDTH = 500;
static LLDefaultChildRegistry::Register<LLComboBox> register_combo_box("combo_box");