summaryrefslogtreecommitdiff
path: root/indra/llui/llbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llbutton.h')
-rw-r--r--indra/llui/llbutton.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llui/llbutton.h b/indra/llui/llbutton.h
index f522281e30..c8e2b941c9 100644
--- a/indra/llui/llbutton.h
+++ b/indra/llui/llbutton.h
@@ -264,8 +264,6 @@ public:
void setDropShadowedText(bool b) { mDropShadowedText = b; }
- void setBorderEnabled(bool b) { mBorderEnabled = b; }
-
void setHoverGlowStrength(F32 strength) { mHoverGlowStrength = strength; }
void setImageUnselected(LLPointer<LLUIImage> image);
@@ -360,7 +358,6 @@ protected:
bool mAutoResize;
bool mUseEllipses;
bool mUseFontColor;
- bool mBorderEnabled;
bool mFlashing;
LLFontGL::HAlign mHAlign;