diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/TabSRMM/src/globals.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/TabSRMM/src/globals.cpp b/plugins/TabSRMM/src/globals.cpp index c160c0cc6d..71caabbe25 100644 --- a/plugins/TabSRMM/src/globals.cpp +++ b/plugins/TabSRMM/src/globals.cpp @@ -50,20 +50,6 @@ wchar_t CGlobals::m_exReason[256] = L"\0"; int CGlobals::m_exLine = 0;
bool CGlobals::m_exAllowContinue = false;
-#if defined(_WIN64)
-static char szCurrentVersion[30];
-static char *szVersionUrl = "http://download.miranda.or.at/tabsrmm/3/version.txt";
-static char *szUpdateUrl = "http://miranda-ng.org/distr/x64/Plugins/tabsrmm.zip";
-static char *szFLVersionUrl = "http://miranda-ng.org/";
-static char *szFLUpdateurl = "http://miranda-ng.org/";
-#else
-static char szCurrentVersion[30];
-static char *szVersionUrl = "http://download.miranda.or.at/tabsrmm/3/version.txt";
-static char *szUpdateUrl = "http://miranda-ng.org/distr/x32/Plugins/tabsrmm.zip";
-static char *szFLVersionUrl = "http://miranda-ng.org/";
-static char *szFLUpdateurl = "http://miranda-ng.org/";
-#endif
-
/////////////////////////////////////////////////////////////////////////////////////////
// reload system values. These are read ONCE and are not allowed to change
// without a restart
|