diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-22 20:18:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-22 20:18:38 +0300 |
commit | cfd355e6c8035086c416c161a884242c1bb1800a (patch) | |
tree | 21af14390a6ae232d67f7b45cd699a4781b901b9 /plugins/Nudge | |
parent | f545bc769a16d1ff7b302733f793cbcbd397cdca (diff) |
no more need in hLangpack variable *YAHOO*
Diffstat (limited to 'plugins/Nudge')
-rw-r--r-- | plugins/Nudge/src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Nudge/src/main.cpp b/plugins/Nudge/src/main.cpp index 347887f5be..dd0790fcef 100644 --- a/plugins/Nudge/src/main.cpp +++ b/plugins/Nudge/src/main.cpp @@ -9,9 +9,8 @@ CNudgeElement DefaultNudge; CShake shake;
CNudge GlobalNudge;
-CLIST_INTERFACE *pcli;
-int &hLangpack(g_plugin.m_hLang);
CMPlugin g_plugin;
+CLIST_INTERFACE *pcli;
static IconItem iconList[] =
{
|