From 9a0784912d37f7f6d7413c585b7e2e039ba245b9 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 1 Mar 2013 08:22:35 +0000 Subject: removed not used headers git-svn-id: http://svn.miranda-ng.org/main/trunk@3814 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MobileState/src/version.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'plugins/MobileState/src/version.h') 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" -- cgit v1.2.3