aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llbutton.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llui/llbutton.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/linden/indra/llui/llbutton.h b/linden/indra/llui/llbutton.h
index aedc411..d26011b 100644
--- a/linden/indra/llui/llbutton.h
+++ b/linden/indra/llui/llbutton.h
@@ -100,8 +100,6 @@ public:
100 // HACK: "committing" a button is the same as clicking on it. 100 // HACK: "committing" a button is the same as clicking on it.
101 virtual void onCommit(); 101 virtual void onCommit();
102 102
103 virtual BOOL isDirty() { return mIsDirty; }; // Returns TRUE if the user has clicked on the button at all
104
105 void setUnselectedLabelColor( const LLColor4& c ) { mUnselectedLabelColor = c; } 103 void setUnselectedLabelColor( const LLColor4& c ) { mUnselectedLabelColor = c; }
106 void setSelectedLabelColor( const LLColor4& c ) { mSelectedLabelColor = c; } 104 void setSelectedLabelColor( const LLColor4& c ) { mSelectedLabelColor = c; }
107 105
@@ -279,8 +277,6 @@ protected:
279 277
280 LLPointer<LLImageGL> mImagep; 278 LLPointer<LLImageGL> mImagep;
281 279
282 BOOL mIsDirty;
283
284 static LLFrameTimer sFlashingTimer; 280 static LLFrameTimer sFlashingTimer;
285}; 281};
286 282