diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-01-21 13:52:05 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-01-21 13:52:05 +0200 |
commit | 30fbb126af61c72054b5794c0132c8223babb1f3 (patch) | |
tree | c5a874a9771e7edb9f4108b2abbc6440cb3770cd /indra/newview/llcallfloater.h | |
parent | 9b1f9065f099ee3f1b66bd1ce9208c69ca3aea20 (diff) |
Update for normal bug EXT-4297 - Voice Control Panel resizing behavior.
Removed changes made in changeset 7982:97391caf89c3 (fixes EXT-4465(UI issue with scroll-bar in Voice Control panel)).
It is not needed anymore because auto resizing was removed.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llcallfloater.h')
-rw-r--r-- | indra/newview/llcallfloater.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/indra/newview/llcallfloater.h b/indra/newview/llcallfloater.h index 1d010839f1..096594aaa2 100644 --- a/indra/newview/llcallfloater.h +++ b/indra/newview/llcallfloater.h @@ -216,21 +216,6 @@ private: */ void reset(); - /** - * Reshapes floater to fit participant list height - */ - void reshapeToFitContent(); - - /** - * Returns height of participant list item - */ - S32 getParticipantItemHeight(); - - /** - * Returns predefined max visible participants. - */ - S32 getMaxVisibleItems(); - private: speaker_state_map_t mSpeakerStateMap; LLSpeakerMgr* mSpeakerManager; |