diff options
author | Merov Linden <merov@lindenlab.com> | 2013-01-23 17:47:08 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-01-23 17:47:08 -0800 |
commit | a0112d6d78b17c5771b7b151d2fb9340bece3137 (patch) | |
tree | 7c8f68933cc1c0b09af188b99cd391a3f540c320 /indra/newview/llfloaterimsessiontab.h | |
parent | 46a74c4e01e19c07b5ee966ebe9882c4209dc89c (diff) | |
parent | 0911dafd81b8360235eb6f6b85fac7153a5d4a02 (diff) |
Pull merge with lindenlab/viewer-chui
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.h')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/newview/llfloaterimsessiontab.h b/indra/newview/llfloaterimsessiontab.h index 05da0f98bc..beaffc14a6 100644 --- a/indra/newview/llfloaterimsessiontab.h +++ b/indra/newview/llfloaterimsessiontab.h @@ -109,12 +109,8 @@ protected: // bool onIMShowModesMenuItemCheck(const LLSD& userdata); bool onIMShowModesMenuItemEnable(const LLSD& userdata); - bool isTranslatingEnabled(const LLSD& userdata); - bool isTranslationOn(const LLSD& userdata); static void onSlide(LLFloaterIMSessionTab *self); - void toggleTranslation(const LLSD& userdata); - // refresh a visual state of the Call button void updateCallBtnState(bool callIsActive); @@ -186,6 +182,7 @@ private: bool checkIfTornOff(); bool mIsHostAttached; + bool mHasVisibleBeenInitialized; LLTimer* mRefreshTimer; ///< Defines the rate at which refresh() is called. }; |