diff options
author | George Hazan <ghazan@miranda.im> | 2021-01-11 21:10:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-01-11 21:10:41 +0300 |
commit | a03a1f95eb360253e1cb43713a69106db7b46514 (patch) | |
tree | caf15fd7e5620faa78b3e76112295b86120ebe6b /plugins/TabSRMM/src/sendqueue.h | |
parent | 5d0722936cc48af5804f75f8785d3b7583420a7c (diff) |
and also one more timer in tabSRMM
Diffstat (limited to 'plugins/TabSRMM/src/sendqueue.h')
-rw-r--r-- | plugins/TabSRMM/src/sendqueue.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/sendqueue.h b/plugins/TabSRMM/src/sendqueue.h index bf73526477..632622e508 100644 --- a/plugins/TabSRMM/src/sendqueue.h +++ b/plugins/TabSRMM/src/sendqueue.h @@ -28,8 +28,6 @@ #define __SENDQUEUE_H
#define TIMERID_MSGSEND 100
-#define TIMERID_AWAYMSG 4
-//#define TIMERID_TOOLTIP 5
#define TIMEOUT_TYPEOFF 10000 // send type off after 10 seconds of inactivity
#define SB_CHAR_WIDTH 45
#define SEND_FLAGS PREF_UNICODE
|