diff options
author | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-05-07 21:54:09 +0300 |
---|---|---|
committer | AlexanderP ProductEngine <apaschenko@productengine.com> | 2012-05-07 21:54:09 +0300 |
commit | 7b8251fd2f169136fc45e4c17104da676f75727b (patch) | |
tree | 89898a727d8e892be05383a6a9f19c36ce04dc76 /indra/newview/llchathistory.h | |
parent | 79928c65329146920558d9bc286f643ccf8dca7f (diff) |
CHUI-103 WIP Added settings for switching text view mode
Diffstat (limited to 'indra/newview/llchathistory.h')
-rw-r--r-- | indra/newview/llchathistory.h | 4 |
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; |