summaryrefslogtreecommitdiff
path: root/plugins/Updater/updater.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Updater/updater.h')
-rw-r--r--plugins/Updater/updater.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/plugins/Updater/updater.h b/plugins/Updater/updater.h
deleted file mode 100644
index 1926b3486b..0000000000
--- a/plugins/Updater/updater.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef _UPDATER_INC
-#define _UPDATER_INC
-
-#include "options.h"
-#include "services.h"
-#include "socket.h"
-#include "popups.h"
-#include "version.h"
-#include "icons.h"
-
-#include "m_updater.h"
-
-#ifdef _WIN64
-#define UPDATE_V1_SIZE 96
-#else
-#define UPDATE_V1_SIZE 48
-#endif
-
-#endif