From 25fed4bccbac68ea89325025f9d08fcb5eb6b258 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 4 Apr 2018 22:57:14 +0300 Subject: unused CLIST_INTERFACE data moved inside mir_app --- include/m_clistint.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'include') diff --git a/include/m_clistint.h b/include/m_clistint.h index 72fc4ab601..c7edd1f3d5 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -189,9 +189,9 @@ struct trayIconInfo_t struct MenuProto { - char *szProto; //This is DLL-based unique name + ptrA szProto; HGENMENU pMenu; - HICON hIcon; + HICON hIcon; }; ///////////////////////////////////////////////////////////////////////////////////////// @@ -434,11 +434,9 @@ struct CLIST_INTERFACE * version 4 additions (0.7.0.x) - genmenu *************************************************************************************/ - MenuProto* menuProtos; - int menuProtoCount; + OBJLIST *menuProtos; - HANDLE hPreBuildStatusMenuEvent; - int currentStatusMenuItem, currentDesiredStatusMode; + int currentDesiredStatusMode; BOOL bDisplayLocked, bAutoRebuild; /************************************************************************************* -- cgit v1.2.3