From b1224491a9de0ad3c35104507ee167f89d8fa76f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 25 Jan 2014 09:32:03 +0000 Subject: =?UTF-8?q?=D0=A1++=20sources:=20=5F=5FVERSION=5FSTRING=20->=20=5F?= =?UTF-8?q?=5FVERSION=5FSTRING=5FDOTS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.miranda-ng.org/main/trunk@7881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SecureIM/src/commonheaders.cpp | 1 - plugins/SecureIM/src/commonheaders.h | 1 - 2 files changed, 2 deletions(-) (limited to 'plugins/SecureIM') diff --git a/plugins/SecureIM/src/commonheaders.cpp b/plugins/SecureIM/src/commonheaders.cpp index 97f2f5f13f..de3173403e 100644 --- a/plugins/SecureIM/src/commonheaders.cpp +++ b/plugins/SecureIM/src/commonheaders.cpp @@ -2,7 +2,6 @@ HINSTANCE g_hInst, g_hIconInst; -LPCSTR szVersionStr = MODULENAME" DLL ("__VERSION_STRING")"; char TEMP[MAX_PATH]; int TEMP_SIZE = 0; diff --git a/plugins/SecureIM/src/commonheaders.h b/plugins/SecureIM/src/commonheaders.h index 1485484f3d..9396b9426d 100644 --- a/plugins/SecureIM/src/commonheaders.h +++ b/plugins/SecureIM/src/commonheaders.h @@ -74,7 +74,6 @@ #define MODULENAME "SecureIM" -extern LPCSTR szVersionStr; extern char TEMP[MAX_PATH]; extern int TEMP_SIZE; -- cgit v1.2.3