From 0f33d55f8a938e80fe82cdeb84c4f29d6f68eca9 Mon Sep 17 00:00:00 2001 From: Mataes Date: Sat, 31 Mar 2018 20:53:53 +0300 Subject: Exchange: not used defines removed --- plugins/Exchange/src/hooked_events.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugins/Exchange/src/hooked_events.cpp') 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); -- cgit v1.2.3