diff options
Diffstat (limited to 'plugins/VersionInfo/src/hooked_events.cpp')
-rw-r--r-- | plugins/VersionInfo/src/hooked_events.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/VersionInfo/src/hooked_events.cpp b/plugins/VersionInfo/src/hooked_events.cpp index 2173fff405..9d0aa826c2 100644 --- a/plugins/VersionInfo/src/hooked_events.cpp +++ b/plugins/VersionInfo/src/hooked_events.cpp @@ -19,13 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "common.h"
-#include "hooked_events.h"
-
-#define HOST "http://eblis.tla.ro/projects"
-
-#define VERSIONINFO_VERSION_URL HOST "/miranda/VersionInfo/updater/VersionInfo.html"
-#define VERSIONINFO_UPDATE_URL HOST "/miranda/VersionInfo/updater/VersionInfo.zip"
-#define VERSIONINFO_VERSION_PREFIX "Version Information version "
int HookEvents()
{
|