diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-10-26 16:23:00 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-10-26 16:23:00 +0000 |
commit | fcbb1eaac90fc62c658a6e64c500dc41a1846f22 (patch) | |
tree | 32a1b768c10085f7468a8912dd20f42b67af9871 /plugins/NewXstatusNotify/src/common.h | |
parent | eec506b7571dbc05ea7fe511ccddda1c6d8942e6 (diff) |
remove start timeout, coz now we have separate plugin StartupSilence
git-svn-id: http://svn.miranda-ng.org/main/trunk@6634 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify/src/common.h')
-rw-r--r-- | plugins/NewXstatusNotify/src/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/NewXstatusNotify/src/common.h b/plugins/NewXstatusNotify/src/common.h index a80d4ddab8..a779892e40 100644 --- a/plugins/NewXstatusNotify/src/common.h +++ b/plugins/NewXstatusNotify/src/common.h @@ -142,8 +142,6 @@ Cast them to (int) if you need them that way. #define MS_STATUSCHANGE_MENUCOMMAND "NewStatusNotify/EnableDisableMenuCommand"
-#define TMR_CONNECTIONTIMEOUT 10000
-
extern OPTIONS opt;
extern LIST<DBEVENT> eventList;
extern TEMPLATES templates;
|