From 25f7119b34d6e4aaf98fe50938ca46644586f2a0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 22 May 2018 20:51:20 +0300 Subject: two more --- plugins/AVS/src/main.cpp | 1 - plugins/MimCmd/src/MimCmd.cpp | 3 --- 2 files changed, 4 deletions(-) (limited to 'plugins') diff --git a/plugins/AVS/src/main.cpp b/plugins/AVS/src/main.cpp index cc12f92559..ceded8b16a 100644 --- a/plugins/AVS/src/main.cpp +++ b/plugins/AVS/src/main.cpp @@ -28,7 +28,6 @@ HICON g_hIcon = nullptr; bool g_shutDown = false; CMPlugin g_plugin; -int &hLangpack(g_plugin.m_hLang); wchar_t g_szDataPath[MAX_PATH]; // user datae path (read at startup only) BOOL g_AvatarHistoryAvail = FALSE; diff --git a/plugins/MimCmd/src/MimCmd.cpp b/plugins/MimCmd/src/MimCmd.cpp index b5d6bf3f72..384c79b8d1 100644 --- a/plugins/MimCmd/src/MimCmd.cpp +++ b/plugins/MimCmd/src/MimCmd.cpp @@ -22,9 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #pragma comment(lib, "delayimp.lib") -int _hLang; -int &hLangpack = _hLang; - wchar_t* GetProgramName(wchar_t *programName, size_t size) { wchar_t name[512]; -- cgit v1.2.3