diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-11 15:18:56 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-11 15:18:56 +0300 |
commit | 03445a3f1a04fcff892832b928308d37aeeea3cb (patch) | |
tree | e55604a48223c183c38ebb335b6c204d7031534a | |
parent | b9d32ad30a867c700166d8c8e618175b74b471d1 (diff) |
GC_SPLITTERMOVED - simply unused
-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 5d207ecc3f..92055eec8b 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -39,7 +39,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define GC_FAKE_EVENT MEVENT(0xBABABEDA)
-#define GC_SPLITTERMOVED (WM_USER+101)
#define GC_CLOSEWINDOW (WM_USER+103)
#define GC_GETITEMDATA (WM_USER+104)
#define GC_SETITEMDATA (WM_USER+105)
|