diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-16 16:16:21 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-16 16:16:21 +0300 |
commit | eaf0435f78ea8c0317e7f2628176c2325e95b022 (patch) | |
tree | 8a676a7e0d0fd97491c74aef9cc5da017ceff6c5 /include/m_chat_int.h | |
parent | 4a3fcb3dbc6b928415d7b5500b4d32b795b86602 (diff) |
- GC_SAVEWNDPOS removed and replaced with class member;
- TabCtrl_* functions replaced with CCtrlPages members
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
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)
|