diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-07 06:44:01 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-07 06:44:01 +0000 |
commit | cdb28ade7ab614517ed29923ba4a02a326c2ba37 (patch) | |
tree | 79644d8aa75e3691420a01e2880659a12c57337d /plugins/AVS/src | |
parent | b0a7cd54833fdd9c159026f9c5eed592018518dd (diff) |
removed not used defines
git-svn-id: http://svn.miranda-ng.org/main/trunk@3458 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AVS/src')
-rw-r--r-- | plugins/AVS/src/version.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/AVS/src/version.h b/plugins/AVS/src/version.h index 1ec462b443..5410a1b877 100644 --- a/plugins/AVS/src/version.h +++ b/plugins/AVS/src/version.h @@ -4,14 +4,8 @@ #define __BUILD_NUM 1
#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 "Avatar service"
-#define __INTERNAL_NAME "AVS"
#define __FILENAME "AVS.dll"
#define __DESCRIPTION "Loads and manages contact pictures for other plugins."
#define __AUTHOR "Nightwish, Pescuma"
|