From 81c1360e1fd7149a47f0d8c51e27aef811cf2351 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 22 Feb 2014 15:43:09 +0000 Subject: - switch to more effective functions of pcli; - switch to the new protocol helpers; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@8217 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NewAwaySysMod/src/Common.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'plugins/NewAwaySysMod/src/Common.h') diff --git a/plugins/NewAwaySysMod/src/Common.h b/plugins/NewAwaySysMod/src/Common.h index 03d9a64253..446df14a68 100644 --- a/plugins/NewAwaySysMod/src/Common.h +++ b/plugins/NewAwaySysMod/src/Common.h @@ -44,7 +44,7 @@ #include "m_clist.h" #include "m_system.h" #include "m_database.h" -#include "m_clui.h" +#include "m_clistint.h" #include "m_langpack.h" #include "m_protosvc.h" #include "m_options.h" @@ -235,13 +235,6 @@ struct SetAwayMsgData int ISW_Flags; // InvokeStatusWindow service flags }; -struct READAWAYMSGDATA -{ - MCONTACT hContact; // contact - HANDLE hSeq; // sequence for stat msg request - HANDLE hAwayMsgEvent; // hooked -}; - struct VAR_PARSE_DATA { char *szProto; -- cgit v1.2.3