From 7d8dce334967520fcd140ae79ec92b44ec71a00e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 11 Mar 2017 16:59:04 +0300 Subject: unused constants removed from m_chat_int.h --- include/m_chat_int.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 1c31707f66..5dd5596c13 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -39,25 +39,16 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define GC_FAKE_EVENT MEVENT(0xBABABEDA) -#define GC_GETITEMDATA (WM_USER+104) -#define GC_SETITEMDATA (WM_USER+105) #define GC_UPDATESTATUSBAR (WM_USER+106) -#define GC_SETVISIBILITY (WM_USER+107) #define GC_SETWNDPROPS (WM_USER+108) #define GC_REDRAWLOG (WM_USER+109) -#define GC_FILTERFIX (WM_USER+111) -#define GC_CHANGEFILTERFLAG (WM_USER+112) #define GC_SHOWFILTERMENU (WM_USER+113) #define GC_REDRAWWINDOW (WM_USER+118) #define GC_SHOWCOLORCHOOSER (WM_USER+119) #define GC_ADDLOG (WM_USER+120) #define GC_UPDATENICKLIST (WM_USER+125) -#define GC_TABCHANGE (WM_USER+127) #define GC_SCROLLTOBOTTOM (WM_USER+129) #define GC_FIXTABICONS (WM_USER+132) -#define GC_SWITCHNEXTTAB (WM_USER+135) -#define GC_SWITCHPREVTAB (WM_USER+136) -#define GC_SWITCHTAB (WM_USER+137) #define GC_SETTABHIGHLIGHT (WM_USER+138) #define GC_SETMESSAGEHIGHLIGHT (WM_USER+139) #define GC_REDRAWLOG2 (WM_USER+140) -- cgit v1.2.3