From eaf0435f78ea8c0317e7f2628176c2325e95b022 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 16 Dec 2016 16:16:21 +0300 Subject: - GC_SAVEWNDPOS removed and replaced with class member; - TabCtrl_* functions replaced with CCtrlPages members --- include/m_chat_int.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/m_chat_int.h') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 09b435fb14..d1f83b3a15 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -49,7 +49,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define GC_FILTERFIX (WM_USER+111) #define GC_CHANGEFILTERFLAG (WM_USER+112) #define GC_SHOWFILTERMENU (WM_USER+113) -#define GC_SAVEWNDPOS (WM_USER+115) #define GC_CONTROL_MSG (WM_USER+116) #define GC_REDRAWWINDOW (WM_USER+118) #define GC_SHOWCOLORCHOOSER (WM_USER+119) -- cgit v1.2.3