From 89a722cbb0b50ea17f66a5656c314ef11b534ac8 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 10 Feb 2013 10:09:20 +0000 Subject: removed not used defines git-svn-id: http://svn.miranda-ng.org/main/trunk@3522 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Boltun/src/Version.h | 6 ------ plugins/Boltun/src/boltun.cpp | 2 -- 2 files changed, 8 deletions(-) (limited to 'plugins/Boltun') 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 -- cgit v1.2.3