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 /src/core | |
parent | f545bc769a16d1ff7b302733f793cbcbd397cdca (diff) |
no more need in hLangpack variable *YAHOO*
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stdautoaway/src/main.cpp | 1 | ||||
-rw-r--r-- | src/core/stdaway/src/main.cpp | 1 | ||||
-rw-r--r-- | src/core/stdclist/src/init.cpp | 1 | ||||
-rw-r--r-- | src/core/stdcrypt/src/main.cpp | 1 | ||||
-rw-r--r-- | src/core/stdemail/src/main.cpp | 1 | ||||
-rw-r--r-- | src/core/stdfile/src/main.cpp | 1 | ||||
-rw-r--r-- | src/core/stdidle/src/main.cpp | 1 | ||||
-rw-r--r-- | src/core/stdmsg/src/srmm.cpp | 1 | ||||
-rw-r--r-- | src/core/stdssl/src/main.cpp | 1 | ||||
-rw-r--r-- | src/core/stduihist/src/main.cpp | 1 | ||||
-rw-r--r-- | src/core/stduserinfo/src/main.cpp | 1 | ||||
-rw-r--r-- | src/core/stduseronline/src/main.cpp | 1 |
12 files changed, 0 insertions, 12 deletions
diff --git a/src/core/stdautoaway/src/main.cpp b/src/core/stdautoaway/src/main.cpp index 6976688e0d..b520ce7890 100644 --- a/src/core/stdautoaway/src/main.cpp +++ b/src/core/stdautoaway/src/main.cpp @@ -24,7 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc., int LoadAutoAwayModule(void);
CMPlugin g_plugin;
-int &hLangpack(g_plugin.m_hLang);
/////////////////////////////////////////////////////////////////////////////////////////
diff --git a/src/core/stdaway/src/main.cpp b/src/core/stdaway/src/main.cpp index 97bb92f75d..90c43ec8a8 100644 --- a/src/core/stdaway/src/main.cpp +++ b/src/core/stdaway/src/main.cpp @@ -24,7 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc., int LoadAwayMsgModule(void);
CMPlugin g_plugin;
-int &hLangpack(g_plugin.m_hLang);
/////////////////////////////////////////////////////////////////////////////////////////
diff --git a/src/core/stdclist/src/init.cpp b/src/core/stdclist/src/init.cpp index 7120d1252f..548677eb42 100644 --- a/src/core/stdclist/src/init.cpp +++ b/src/core/stdclist/src/init.cpp @@ -27,7 +27,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. CMPlugin g_plugin;
CLIST_INTERFACE* pcli = nullptr, coreCli;
HIMAGELIST himlCListClc = nullptr;
-int &hLangpack(g_plugin.m_hLang);
/////////////////////////////////////////////////////////////////////////////////////////
// external functions
diff --git a/src/core/stdcrypt/src/main.cpp b/src/core/stdcrypt/src/main.cpp index 7eb04d8973..4e69e3da7f 100644 --- a/src/core/stdcrypt/src/main.cpp +++ b/src/core/stdcrypt/src/main.cpp @@ -23,7 +23,6 @@ with this program; if not, write to the Free Software Foundation, Inc., int LoadEncryptionModule(void);
CMPlugin g_plugin;
-int &hLangpack(g_plugin.m_hLang);
/////////////////////////////////////////////////////////////////////////////////////////
diff --git a/src/core/stdemail/src/main.cpp b/src/core/stdemail/src/main.cpp index 6d2ee559cd..12e62d1b3d 100644 --- a/src/core/stdemail/src/main.cpp +++ b/src/core/stdemail/src/main.cpp @@ -24,7 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc., int LoadSendRecvEMailModule(void);
CMPlugin g_plugin;
-int &hLangpack(g_plugin.m_hLang);
/////////////////////////////////////////////////////////////////////////////////////////
diff --git a/src/core/stdfile/src/main.cpp b/src/core/stdfile/src/main.cpp index 6c4ff31ae2..864f95e58a 100644 --- a/src/core/stdfile/src/main.cpp +++ b/src/core/stdfile/src/main.cpp @@ -26,7 +26,6 @@ int LoadSendRecvFileModule(void); CMPlugin g_plugin;
CLIST_INTERFACE* pcli;
-int &hLangpack(g_plugin.m_hLang);
ITaskbarList3 * pTaskbarInterface;
diff --git a/src/core/stdidle/src/main.cpp b/src/core/stdidle/src/main.cpp index 933d7c2e9f..85084c8d18 100644 --- a/src/core/stdidle/src/main.cpp +++ b/src/core/stdidle/src/main.cpp @@ -26,7 +26,6 @@ void UnloadIdleModule(void); CMPlugin g_plugin;
CLIST_INTERFACE* pcli;
-int &hLangpack(g_plugin.m_hLang);
/////////////////////////////////////////////////////////////////////////////////////////
diff --git a/src/core/stdmsg/src/srmm.cpp b/src/core/stdmsg/src/srmm.cpp index 285cf31a33..d32aebd342 100644 --- a/src/core/stdmsg/src/srmm.cpp +++ b/src/core/stdmsg/src/srmm.cpp @@ -27,7 +27,6 @@ void SplitmsgShutdown(void); CMPlugin g_plugin;
CLIST_INTERFACE *pcli;
-int &hLangpack(g_plugin.m_hLang);
/////////////////////////////////////////////////////////////////////////////////////////
diff --git a/src/core/stdssl/src/main.cpp b/src/core/stdssl/src/main.cpp index 6485e43d2e..c50ad8fb21 100644 --- a/src/core/stdssl/src/main.cpp +++ b/src/core/stdssl/src/main.cpp @@ -25,7 +25,6 @@ int LoadSslModule(void); void UnloadSslModule(void);
CMPlugin g_plugin;
-int &hLangpack(g_plugin.m_hLang);
PLUGININFOEX pluginInfoEx = {
sizeof(PLUGININFOEX),
diff --git a/src/core/stduihist/src/main.cpp b/src/core/stduihist/src/main.cpp index 9f8c700b0d..d9f99ca941 100644 --- a/src/core/stduihist/src/main.cpp +++ b/src/core/stduihist/src/main.cpp @@ -24,7 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc., int LoadHistoryModule(void);
CMPlugin g_plugin;
-int &hLangpack(g_plugin.m_hLang);
/////////////////////////////////////////////////////////////////////////////////////////
diff --git a/src/core/stduserinfo/src/main.cpp b/src/core/stduserinfo/src/main.cpp index a0d2af6e6a..1a3c0c3d51 100644 --- a/src/core/stduserinfo/src/main.cpp +++ b/src/core/stduserinfo/src/main.cpp @@ -24,7 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc., int LoadUserInfoModule(void);
CMPlugin g_plugin;
-int &hLangpack(g_plugin.m_hLang);
/////////////////////////////////////////////////////////////////////////////////////////
diff --git a/src/core/stduseronline/src/main.cpp b/src/core/stduseronline/src/main.cpp index 273409df55..2f0869a6dc 100644 --- a/src/core/stduseronline/src/main.cpp +++ b/src/core/stduseronline/src/main.cpp @@ -25,7 +25,6 @@ int LoadUserOnlineModule(void); CMPlugin g_plugin;
CLIST_INTERFACE* pcli;
-int &hLangpack(g_plugin.m_hLang);
/////////////////////////////////////////////////////////////////////////////////////////
|