summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-10 10:09:20 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-10 10:09:20 +0000
commit89a722cbb0b50ea17f66a5656c314ef11b534ac8 (patch)
treebf3d9786cbd0055d1751b4f45764515f903d7649
parentce189c9e1f83da2ba8dbc8bea939320d8e72bc85 (diff)
removed not used defines
git-svn-id: http://svn.miranda-ng.org/main/trunk@3522 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-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>