diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-10-04 14:09:03 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-10-04 14:09:03 -0700 |
commit | db2e763ff0537785336a330d03bb9307478cb79a (patch) | |
tree | 20ab0fa0068580291f5dfae03911ca2462f13ea6 /indra/newview/llfloatertoybox.h | |
parent | fc6c3fbe4271dcd9b64bdfd417514dc97ad7dd75 (diff) |
* Modified commands to add functions for is_enabled, is_running and is_starting,
currently not hooked to any functionality.
Diffstat (limited to 'indra/newview/llfloatertoybox.h')
-rw-r--r-- | indra/newview/llfloatertoybox.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llfloatertoybox.h b/indra/newview/llfloatertoybox.h index 3574e060bf..f7245506c5 100644 --- a/indra/newview/llfloatertoybox.h +++ b/indra/newview/llfloatertoybox.h @@ -42,11 +42,7 @@ public: // virtuals BOOL postBuild(); - void onOpen(const LLSD& key); - BOOL canClose(); - void onClose(bool app_quitting); void draw(); - void onFocusReceived(); protected: void onBtnRestoreDefaults(); |