From cddc946657bc64cbd80c93ee04e043a248e333e7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 17 Jan 2014 19:43:37 +0000 Subject: the duplicated field 'next' removed git-svn-id: http://svn.miranda-ng.org/main/trunk@7695 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/chat/chat.h | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'plugins/TabSRMM/src') diff --git a/plugins/TabSRMM/src/chat/chat.h b/plugins/TabSRMM/src/chat/chat.h index 60b1a4598b..8dbc004450 100644 --- a/plugins/TabSRMM/src/chat/chat.h +++ b/plugins/TabSRMM/src/chat/chat.h @@ -67,17 +67,13 @@ struct MODULEINFO : public GCModuleInfoBase struct SESSION_INFO : public GCSessionInfoBase { - TCHAR pszLogFileName[MAX_PATH + 50]; - - int iLogTrayFlags, iLogPopupFlags; - - int iSearchItem; - TCHAR szSearch[255]; + TWindowData *dat; + TContainerData *pContainer; + int iLogTrayFlags, iLogPopupFlags, iSearchItem; CMUCHighlight *Highlight; - TContainerData *pContainer; - TWindowData *dat; - SESSION_INFO *next; + TCHAR szSearch[255]; + TCHAR pszLogFileName[MAX_PATH + 50]; }; struct LOGSTREAMDATA : public GCLogStreamDataBase -- cgit v1.2.3