diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-22 20:51:20 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-22 20:51:20 +0300 |
commit | 25f7119b34d6e4aaf98fe50938ca46644586f2a0 (patch) | |
tree | c38a4f2f782ab9523a87e1d3edaa672d66d3bf39 /plugins/AVS | |
parent | cfd355e6c8035086c416c161a884242c1bb1800a (diff) |
two more
Diffstat (limited to 'plugins/AVS')
-rw-r--r-- | plugins/AVS/src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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;
|