summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-10 10:06:42 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-10 10:06:42 +0000
commitce189c9e1f83da2ba8dbc8bea939320d8e72bc85 (patch)
tree77e4f69a05718404cdf491b4ac1d9777b8e578a4
parentc807a11baa7875078676a031a4ae73e5a5c17fdb (diff)
removed not used defines
git-svn-id: http://svn.miranda-ng.org/main/trunk@3521 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/BasicHistory/src/version.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/BasicHistory/src/version.h b/plugins/BasicHistory/src/version.h
index d3520c5830..05b43857b3 100644
--- a/plugins/BasicHistory/src/version.h
+++ b/plugins/BasicHistory/src/version.h
@@ -4,14 +4,8 @@
#define __BUILD_NUM 9
#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 "Basic History"
-#define __INTERNAL_NAME "BasicHistory"
+#define __PLUGIN_NAME "Basic history"
#define __FILENAME "BasicHistory.dll"
#define __DESCRIPTION "History viewer for Miranda NG."
#define __AUTHOR "Krzysztof Kral"