summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/Boltun/src/Version.h6
-rw-r--r--plugins/Boltun/src/boltun.cpp2
2 files changed, 0 insertions, 8 deletions
diff --git a/plugins/Boltun/src/Version.h b/plugins/Boltun/src/Version.h
index fe4c9a6a5d..869702f7eb 100644
--- a/plugins/Boltun/src/Version.h
+++ b/plugins/Boltun/src/Version.h
@@ -4,14 +4,8 @@
#define __BUILD_NUM 0
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
-
-#define __STRINGIFY_IMPL(x) #x
-#define __STRINGIFY(x) __STRINGIFY_IMPL(x)
-#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
#define __PLUGIN_NAME "Boltun"
-#define __INTERNAL_NAME "Boltun"
#define __FILENAME "Boltun.dll"
#define __DESCRIPTION "Boltun, the chat bot in the russian language."
#define __AUTHOR "Alexander S. Kiselev, Valentin Pavlyuchenko"
diff --git a/plugins/Boltun/src/boltun.cpp b/plugins/Boltun/src/boltun.cpp
index 42149db57a..81362c33c8 100644
--- a/plugins/Boltun/src/boltun.cpp
+++ b/plugins/Boltun/src/boltun.cpp
@@ -18,8 +18,6 @@
//
//***********************************************************
-#define MIRANDA_VER 0x0A00
-
#include "Engine/TalkEngine.h"
#include <windows.h>