summaryrefslogtreecommitdiff
path: root/plugins/AvatarHistory/src
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-07 06:43:51 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-07 06:43:51 +0000
commitb0a7cd54833fdd9c159026f9c5eed592018518dd (patch)
treeede9190e74d3fd89a0f3deb73493fd16201fd991 /plugins/AvatarHistory/src
parent499799acc71f753871757c43af89e744e9068d79 (diff)
removed not used defines
git-svn-id: http://svn.miranda-ng.org/main/trunk@3457 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AvatarHistory/src')
-rw-r--r--plugins/AvatarHistory/src/Version.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/AvatarHistory/src/Version.h b/plugins/AvatarHistory/src/Version.h
index 12a4806ad1..fa7310396f 100644
--- a/plugins/AvatarHistory/src/Version.h
+++ b/plugins/AvatarHistory/src/Version.h
@@ -4,14 +4,8 @@
#define __BUILD_NUM 3
#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 History"
-#define __INTERNAL_NAME "AvatarHistory"
+#define __PLUGIN_NAME "Avatar history"
#define __FILENAME "AvatarHistory.dll"
#define __DESCRIPTION "This plugin keeps backups of all your contacts' avatar changes and/or shows popups."
#define __AUTHOR "Matthew Wild (MattJ), Ricardo Pescuma Domenecci"