diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-04 18:06:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-04 18:06:39 +0000 |
commit | da9a433d8d2eca414ce34399f855dd607c7bb4ef (patch) | |
tree | e84d265e1524e29d4b8e012ff9da8cb3f0d8be29 /plugins/StatusPlugins/KeepStatus/keepstatus.h | |
parent | 18274fdde5d3a62640c472878fa05cfc228d7299 (diff) |
KeepStatus:
- nasty clutch for IRC's reconnect removed
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@7049 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StatusPlugins/KeepStatus/keepstatus.h')
-rw-r--r-- | plugins/StatusPlugins/KeepStatus/keepstatus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/StatusPlugins/KeepStatus/keepstatus.h b/plugins/StatusPlugins/KeepStatus/keepstatus.h index 0bcadaa66a..9df88b36bb 100644 --- a/plugins/StatusPlugins/KeepStatus/keepstatus.h +++ b/plugins/StatusPlugins/KeepStatus/keepstatus.h @@ -53,7 +53,6 @@ #define SETTING_PINGCOUNT "PingCount"
#define DEFAULT_PINGCOUNT 1
#define SETTING_CNTDELAY "CntDelay"
-#define SETTING_PROTORETRY "Retry" // IRC setting
#define STATUSCHANGEDELAY 500 // ms
#define DEFAULT_MAXRETRIES 0
#define DEFAULT_INITDELAY 10 // s
|