diff options
Diffstat (limited to 'indra/newview/llimfloater.h')
-rw-r--r-- | indra/newview/llimfloater.h | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/indra/newview/llimfloater.h b/indra/newview/llimfloater.h index 1fae3cff50..6ba31657dc 100644 --- a/indra/newview/llimfloater.h +++ b/indra/newview/llimfloater.h @@ -137,15 +137,8 @@ private: /*virtual*/ void onClickCloseBtn(); - // Update the window title, input field help text, etc. - void updateSessionName(const std::string& ui_title, const std::string& ui_label); - - // For display name lookups for IM window titles - void onAvatarNameCache(const LLUUID& agent_id, const LLAvatarName& av_name); - - /// Updates the list of ad hoc conference participants - /// in an IM floater title. - void onParticipantsListChanged(LLUICtrl* ctrl); + // Update the window title and input field help text + /*virtual*/ void updateSessionName(const std::string& name); bool dropPerson(LLUUID* person_id, bool drop); @@ -198,8 +191,6 @@ private: // connection to voice channel state change signal boost::signals2::connection mVoiceChannelStateChangeConnection; - - boost::signals2::connection mParticipantsListRefreshConnection; }; #endif // LL_IMFLOATER_H |