summaryrefslogtreecommitdiff
path: root/plugins/MirFox/src/MirandaInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirFox/src/MirandaInterface.cpp')
-rw-r--r--plugins/MirFox/src/MirandaInterface.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/MirFox/src/MirandaInterface.cpp b/plugins/MirFox/src/MirandaInterface.cpp
index 066ce93299..8bce0ea7fa 100644
--- a/plugins/MirFox/src/MirandaInterface.cpp
+++ b/plugins/MirFox/src/MirandaInterface.cpp
@@ -3,9 +3,6 @@
#include "mirandaInterface.h"
-
-
-
//Miranda - handle from DllMain
HINSTANCE hInst;
@@ -19,14 +16,9 @@ HANDLE hProtoAck;
HANDLE hPopupNotify;
HANDLE hPopupError;
-
-
-
//main add-on's object
CMirfoxMiranda mirfoxMiranda;
-
-
PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
__PLUGIN_NAME,
@@ -48,8 +40,6 @@ extern "C" BOOL APIENTRY DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpv
}
-int lowVersionUserAnswer = -1;
-
extern "C" __declspec (dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion) {
return &pluginInfo;
}