summaryrefslogtreecommitdiff
path: root/indra/newview/llchathistory.h
diff options
context:
space:
mode:
authorAlexanderP ProductEngine <apaschenko@productengine.com>2012-05-07 21:54:09 +0300
committerAlexanderP ProductEngine <apaschenko@productengine.com>2012-05-07 21:54:09 +0300
commit7b8251fd2f169136fc45e4c17104da676f75727b (patch)
tree89898a727d8e892be05383a6a9f19c36ce04dc76 /indra/newview/llchathistory.h
parent79928c65329146920558d9bc286f643ccf8dca7f (diff)
CHUI-103 WIP Added settings for switching text view mode
Diffstat (limited to 'indra/newview/llchathistory.h')
-rw-r--r--indra/newview/llchathistory.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llchathistory.h b/indra/newview/llchathistory.h
index 4cd9c75e1c..28344e6a10 100644
--- a/indra/newview/llchathistory.h
+++ b/indra/newview/llchathistory.h
@@ -138,10 +138,6 @@ class LLChatHistory : public LLUICtrl
S32 mTopHeaderPad;
S32 mBottomHeaderPad;
- S32 mPrependNewLineState;
-
- bool isNeedPrependNewline() {return (mPrependNewLineState-- > 0);}
-
class LLLayoutPanel* mMoreChatPanel;
LLTextBox* mMoreChatText;
LLTextEditor* mEditor;