diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-09 11:31:12 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-03-09 11:31:12 +0000 |
commit | 3e1d25be1eb2dfa0a6456636e2fcbf368c981243 (patch) | |
tree | 2bf90e9fec6dded53c6ba8ee2cdb17d47e42e72f /plugins/Sessions/Src/Version.h | |
parent | c19923ea294b8143471de5c567c62b4e558b2005 (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.h | 7 |
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"
|