From 3e1d25be1eb2dfa0a6456636e2fcbf368c981243 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 9 Mar 2013 11:31:12 +0000 Subject: removed not used headers git-svn-id: http://svn.miranda-ng.org/main/trunk@3935 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Sessions/Src/Version.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'plugins/Sessions/Src/Version.h') 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" -- cgit v1.2.3