diff options
author | Mataes <mataes2007@gmail.com> | 2018-03-31 20:53:53 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2018-03-31 20:53:53 +0300 |
commit | 0f33d55f8a938e80fe82cdeb84c4f29d6f68eca9 (patch) | |
tree | 4a39a064bd6b20e53f8935b80da0f73565494bb6 /plugins/Exchange | |
parent | c3e735f9dcd73f1d9cbf502f2e04c1a4ecf9f0cd (diff) |
Exchange: not used defines removed
Diffstat (limited to 'plugins/Exchange')
-rw-r--r-- | plugins/Exchange/src/hooked_events.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/Exchange/src/hooked_events.cpp b/plugins/Exchange/src/hooked_events.cpp index 1ebe0c463f..31c57720c9 100644 --- a/plugins/Exchange/src/hooked_events.cpp +++ b/plugins/Exchange/src/hooked_events.cpp @@ -30,12 +30,6 @@ UINT_PTR hCheckTimer = NULL; UINT_PTR hReconnectTimer = NULL;
UINT_PTR hFirstCheckTimer = NULL;
-#define HOST "http://eblis.tla.ro/projects"
-
-#define EXCHANGE_VERSION_URL HOST "/miranda/Exchange/updater/Exchange.html"
-#define EXCHANGE_UPDATE_URL HOST "/miranda/Exchange/updater/Exchange.zip"
-#define EXCHANGE_VERSION_PREFIX "Exchange notifier plugin version "
-
int HookEvents()
{
hModulesLoaded = HookEvent(ME_SYSTEM_MODULESLOADED, OnModulesLoaded);
|