summaryrefslogtreecommitdiff
path: root/plugins/Exchange
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Exchange')
-rw-r--r--plugins/Exchange/src/hooked_events.cpp6
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);