diff options
Diffstat (limited to 'indra/newview/llimfloater.h')
-rw-r--r-- | indra/newview/llimfloater.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/newview/llimfloater.h b/indra/newview/llimfloater.h index 1992bd930c..6847efedf1 100644 --- a/indra/newview/llimfloater.h +++ b/indra/newview/llimfloater.h @@ -163,13 +163,6 @@ private: // Remove the "User is typing..." indicator. void removeTypingIndicator(const LLIMInfo* im_info = NULL); - /** - * Adjusts chat history height to fit vertically with input chat field - * and avoid overlapping, since input chat field can be vertically expanded. - * Implementation: chat history bottom "follows" top+top_pad of input chat field - */ - void reshapeChatHistory(); - static void closeHiddenIMToasts(); static void confirmLeaveCallCallback(const LLSD& notification, const LLSD& response); @@ -180,8 +173,6 @@ private: LLChatHistory* mChatHistory; - int mInputEditorTopPad; // padding between input field and chat history - EInstantMessage mDialog; LLUUID mOtherParticipantUUID; LLChatEntry* mInputEditor; |