summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-11-24 15:57:32 -0800
committerJames Cook <james@lindenlab.com>2009-11-24 15:57:32 -0800
commitdcb1f0e86229e9062e187d1fb213d1b23b8d22ec (patch)
tree28a2bcceeac89cc3ca0e9cd125cd2f89f1282b9d /indra/llui
parent5e6fb96b0b93c25a92cf7200fe2e4f5fc82f0fc4 (diff)
Clean up some unused parameters noted in code review with Richard.
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llfloater.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/llui/llfloater.h b/indra/llui/llfloater.h
index d75629629a..d2d346d2a7 100644
--- a/indra/llui/llfloater.h
+++ b/indra/llui/llfloater.h
@@ -144,13 +144,6 @@ public:
dock_pressed_image,
undock_pressed_image,
help_pressed_image;
- Optional<std::string> close_tooltip,
- restore_tooltip,
- minimize_tooltip,
- tear_off_tooltip,
- dock_tooltip,
- undock_tooltip,
- heap_tooltip;
Optional<CommitCallbackParam> open_callback,
close_callback;