diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-07 15:09:49 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-07 18:44:33 +0300 |
commit | 0042f7550ab3d69d742c3ef90383fcdff446f850 (patch) | |
tree | 770478eb8fe83c9a41f50db3a399993b4da0f99d /include/m_chat_int.h | |
parent | cbceb59a83a41f05b1b1a7812d10bc4940d4d303 (diff) |
splitter data removed from common chat session settings
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index ca39f96763..5136809d18 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -190,8 +190,6 @@ struct GCSessionInfoBase int iType;
int iFG;
int iBG;
- int iSplitterY;
- int iSplitterX;
int iLogFilterFlags;
int nUsersInNicklist;
int iEventCount;
@@ -258,8 +256,6 @@ struct GlobalLogSettingsBase int iEventLimit;
int iPopupStyle;
int iPopupTimeout;
- int iSplitterX;
- int iSplitterY;
int iWidth;
int iHeight;
wchar_t *pszTimeStamp;
|