diff options
author | callum <none@none> | 2011-05-02 13:41:24 -0700 |
---|---|---|
committer | callum <none@none> | 2011-05-02 13:41:24 -0700 |
commit | 9edcde56e907d1170fee311304e93449ad617d6a (patch) | |
tree | 50110dabd1807d9a4ba2171d91d8b341b30df23c /indra/newview/llspeakbutton.h | |
parent | 814e540e85d0f8dc3b50ade6b1b3194e7cbb57fb (diff) | |
parent | 3d64e29007800488fddacc1008ebec242d189e80 (diff) |
Merge with head
Diffstat (limited to 'indra/newview/llspeakbutton.h')
-rw-r--r-- | indra/newview/llspeakbutton.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llspeakbutton.h b/indra/newview/llspeakbutton.h index 2fdf80c1f2..7db01112ef 100644 --- a/indra/newview/llspeakbutton.h +++ b/indra/newview/llspeakbutton.h @@ -53,12 +53,7 @@ public: }; /*virtual*/ ~LLSpeakButton(); - /*virtual*/ void draw(); - // methods for enabling/disabling right and left parts of speak button separately(EXT-4648) - void setSpeakBtnEnabled(bool enabled); - void setFlyoutBtnEnabled(bool enabled); - // *HACK: Need to put tooltips in a translatable location, // the panel that contains this button. void setSpeakToolTip(const std::string& msg); |