summaryrefslogtreecommitdiff
path: root/plugins/Sessions/Src/Version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-09 11:31:12 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-09 11:31:12 +0000
commit3e1d25be1eb2dfa0a6456636e2fcbf368c981243 (patch)
tree2bf90e9fec6dded53c6ba8ee2cdb17d47e42e72f /plugins/Sessions/Src/Version.h
parentc19923ea294b8143471de5c567c62b4e558b2005 (diff)
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@3935 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Sessions/Src/Version.h')
-rw-r--r--plugins/Sessions/Src/Version.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/Sessions/Src/Version.h b/plugins/Sessions/Src/Version.h
index 303ecf5ed0..54358ffc34 100644
--- a/plugins/Sessions/Src/Version.h
+++ b/plugins/Sessions/Src/Version.h
@@ -4,15 +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 "Sessions"
-#define __INTERNAL_NAME "Sessions"
#define __FILENAME "Sessions.dll"
#define __DESCRIPTION "Sessions Manager for Miranda NG."
#define __AUTHOR "MaD_CLuSTeR"