summaryrefslogtreecommitdiff
path: root/plugins/MimCmd
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-22 20:51:20 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-22 20:51:20 +0300
commit25f7119b34d6e4aaf98fe50938ca46644586f2a0 (patch)
treec38a4f2f782ab9523a87e1d3edaa672d66d3bf39 /plugins/MimCmd
parentcfd355e6c8035086c416c161a884242c1bb1800a (diff)
two more
Diffstat (limited to 'plugins/MimCmd')
-rw-r--r--plugins/MimCmd/src/MimCmd.cpp3
1 files changed, 0 insertions, 3 deletions
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];