summaryrefslogtreecommitdiff
path: root/plugins/MobileState/src/version.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-01 08:22:35 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-01 08:22:35 +0000
commit9a0784912d37f7f6d7413c585b7e2e039ba245b9 (patch)
treed17e704242ff1ff63a29cb44dfce309b7618f599 /plugins/MobileState/src/version.h
parent936f91def4271c0ae4e9bb0dad9046ae24b61150 (diff)
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@3814 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MobileState/src/version.h')
-rw-r--r--plugins/MobileState/src/version.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/MobileState/src/version.h b/plugins/MobileState/src/version.h
index dde83653b5..5f312a9de8 100644
--- a/plugins/MobileState/src/version.h
+++ b/plugins/MobileState/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 "Mobile State"
-#define __INTERNAL_NAME "MobileState"
+#define __PLUGIN_NAME "Mobile state"
#define __FILENAME "MobileState.dll"
#define __DESCRIPTION "Plugin shows mobile icon in contact list next to contacts which are using mobile client."
#define __AUTHOR "Robert P\xf6" "sel"