diff options
author | James Cook <james@lindenlab.com> | 2010-02-17 16:55:58 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-02-17 16:55:58 -0800 |
commit | 55bfb4435e1a2ffc34578bf30877eb24a5edaa29 (patch) | |
tree | 7c58fde08cdf596b50604e5b2a28a23eea86fc11 /indra/llui/llcombobox.h | |
parent | 53ff6652f08f70fe924398f65b0e289e009d1e8c (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.h')
-rw-r--r-- | indra/llui/llcombobox.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llui/llcombobox.h b/indra/llui/llcombobox.h index 4f27588467..58e29dcb30 100644 --- a/indra/llui/llcombobox.h +++ b/indra/llui/llcombobox.h @@ -49,9 +49,6 @@ class LLFontGL; class LLViewBorder; -extern S32 LLCOMBOBOX_HEIGHT; -extern S32 LLCOMBOBOX_WIDTH; - class LLComboBox : public LLUICtrl, public LLCtrlListInterface { |