diff options
author | George Hazan <ghazan@miranda.im> | 2021-01-25 20:32:00 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-01-25 20:32:00 +0300 |
commit | 555c7f83e3552a6210bc96e70b2aaecd14732e7a (patch) | |
tree | 42a2ca916251ded04e019de57038b7f3d81a0a74 /plugins/Scriver/src/chat.h | |
parent | d32ceca89165c3f537c5b32c38c153d26cd4aed7 (diff) |
fixes #2714 (Scriver: problems with resizer)
Diffstat (limited to 'plugins/Scriver/src/chat.h')
-rw-r--r-- | plugins/Scriver/src/chat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Scriver/src/chat.h b/plugins/Scriver/src/chat.h index ae648917fb..777409a828 100644 --- a/plugins/Scriver/src/chat.h +++ b/plugins/Scriver/src/chat.h @@ -25,7 +25,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define EM_ACTIVATE (WM_USER+202)
#define TIMERID_MSGSEND 201
-#define TIMERID_TYPE 202
#define TIMERID_UNREAD 203
#define TIMEOUT_TYPEOFF 10000 // send type off after 10 seconds of inactivity
#define TIMEOUT_UNREAD 800 // multiple-send bombproofing: send max 3 messages every 4 seconds
|