diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_chat_int.h | 2 | ||||
-rw-r--r-- | include/m_srmm_int.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 664d5d477d..4d7846d4a7 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -45,8 +45,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define GC_FAKE_EVENT MEVENT(0xBABABEDA)
-#define TIMERID_FLASHWND 1
-
#define GCW_TABROOM 10
#define GCW_TABPRIVMSG 11
diff --git a/include/m_srmm_int.h b/include/m_srmm_int.h index 28b67984b4..952c1ad035 100644 --- a/include/m_srmm_int.h +++ b/include/m_srmm_int.h @@ -230,6 +230,7 @@ public: bool m_bFGSet, m_bBGSet; bool m_bInMenu; COLORREF m_iFG, m_iBG; + CTimer timerFlash, timerType; void ClearLog(); void RedrawLog(); |