diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-11-09 17:00:43 -0800 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-11-09 17:00:43 -0800 |
commit | f429decb0c222b293cee4d3b27c8340262fab572 (patch) | |
tree | 97a83775d9891ae2320622549d73f24027676487 /indra/llui/llcheckboxctrl.h | |
parent | 908f8735d4d60266504c97c13d65fda74045b731 (diff) |
CHUI-486: Now the new chat preferences in drop down lists and checkboxes are storable. These values are accessible globally using gSavedSettings.
Diffstat (limited to 'indra/llui/llcheckboxctrl.h')
-rw-r--r-- | indra/llui/llcheckboxctrl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llui/llcheckboxctrl.h b/indra/llui/llcheckboxctrl.h index 67d8091a97..5ce45b2135 100644 --- a/indra/llui/llcheckboxctrl.h +++ b/indra/llui/llcheckboxctrl.h @@ -103,8 +103,6 @@ public: virtual void setControlName(const std::string& control_name, LLView* context); - void onButtonPress(const LLSD& data); - virtual BOOL isDirty() const; // Returns TRUE if the user has modified this control. virtual void resetDirty(); // Clear dirty state |