summaryrefslogtreecommitdiff
path: root/indra/llui/llfloater.h
diff options
context:
space:
mode:
authorAndrew Dyukov <adyukov@productengine.com>2009-12-04 19:28:27 +0200
committerAndrew Dyukov <adyukov@productengine.com>2009-12-04 19:28:27 +0200
commit1a7013d5cf63006ff9f4d30b21c4f369915de332 (patch)
treeb27a0326cedb21fac02a1a4f80c304d1d65975e3 /indra/llui/llfloater.h
parent6d8fd3114349b9efa14d39fab5c77b886b6eda1b (diff)
Implemented normal task EXT-2832 (Hide "undock" icon on the floaters).
--HG-- branch : product-engine
Diffstat (limited to 'indra/llui/llfloater.h')
-rw-r--r--indra/llui/llfloater.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llui/llfloater.h b/indra/llui/llfloater.h
index b5c835cb47..daf558de24 100644
--- a/indra/llui/llfloater.h
+++ b/indra/llui/llfloater.h
@@ -90,7 +90,6 @@ public:
BUTTON_MINIMIZE,
BUTTON_TEAR_OFF,
BUTTON_DOCK,
- BUTTON_UNDOCK,
BUTTON_HELP,
BUTTON_COUNT
};
@@ -121,14 +120,12 @@ public:
minimize_image,
tear_off_image,
dock_image,
- undock_image,
help_image;
Optional<LLUIImage*> close_pressed_image,
restore_pressed_image,
minimize_pressed_image,
tear_off_pressed_image,
dock_pressed_image,
- undock_pressed_image,
help_pressed_image;
Optional<CommitCallbackParam> open_callback,