diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2012-01-04 14:50:15 +0200 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2012-01-04 14:50:15 +0200 |
commit | 377a9ab9ac3b098492cbd010f3091c713ac6dc83 (patch) | |
tree | 4ba76b13d1d0591d9d0a0ad095e6e058b450b260 /indra/newview/llnearbychatbar.h | |
parent | 1b1ad93c5d341eb564a7e6fc1ae9298473d8a98e (diff) |
EXP-1586 ADDITIONAL FIX (Nearby chat window no longer persists between viewer startups)
- Got rid of confusing conditions.
Diffstat (limited to 'indra/newview/llnearbychatbar.h')
-rw-r--r-- | indra/newview/llnearbychatbar.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llnearbychatbar.h b/indra/newview/llnearbychatbar.h index 84040b8aab..baf12a06ea 100644 --- a/indra/newview/llnearbychatbar.h +++ b/indra/newview/llnearbychatbar.h @@ -92,11 +92,6 @@ protected: LLLocalSpeakerMgr* mSpeakerMgr; S32 mExpandedHeight; -private: - - // Saves visibility of chat history panel - // if save_visibility="true" - void saveChatHistoryVisibility(); }; #endif |