diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-11-26 11:39:59 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-11-26 11:39:59 +0200 |
commit | e0717c6aac140c840e6ca614afd39b6d95d46329 (patch) | |
tree | fcede7b2fe3d12457dd1600280a9e6b6e2c9d231 /indra/newview/llspeakbutton.h | |
parent | 4c81e7a85c3fe69f16ac3996df732627dda8533a (diff) |
Work on major sub-task EXT-2790 (Complete Voice Control Panel (floater) started by Lynx (LLVoiceControlPanel))
-- made Voice Control Panel dockable to speak panel
-- move button toggle state processing from the code to xml
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llspeakbutton.h')
-rw-r--r-- | indra/newview/llspeakbutton.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llspeakbutton.h b/indra/newview/llspeakbutton.h index 33f7c9fa28..6660b50240 100644 --- a/indra/newview/llspeakbutton.h +++ b/indra/newview/llspeakbutton.h @@ -86,8 +86,6 @@ protected: void onMouseDown_SpeakBtn(); void onMouseUp_SpeakBtn(); - void onClick_ShowBtn(); - private: LLButton* mSpeakBtn; LLButton* mShowBtn; |