diff options
| author | George Hazan <ghazan@miranda.im> | 2017-10-14 13:08:08 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2017-10-14 13:08:08 +0300 |
| commit | 9b99466b95de4d2666911fd622ff2a5005367516 (patch) | |
| tree | 3e919cb0ef832e0f0283d38774dae440608a7857 /plugins/StatusManager/src/KeepStatus/keepstatus.cpp | |
| parent | 196e01a2ca9f8aefbd3ac55eedc955f56d3d6428 (diff) | |
StatusManager to use the common hLangpack variable instead of dealing with separate variables which refer to the same value anyway
Diffstat (limited to 'plugins/StatusManager/src/KeepStatus/keepstatus.cpp')
| -rw-r--r-- | plugins/StatusManager/src/KeepStatus/keepstatus.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/StatusManager/src/KeepStatus/keepstatus.cpp b/plugins/StatusManager/src/KeepStatus/keepstatus.cpp index f0c0051e60..def0bdf677 100644 --- a/plugins/StatusManager/src/KeepStatus/keepstatus.cpp +++ b/plugins/StatusManager/src/KeepStatus/keepstatus.cpp @@ -19,8 +19,6 @@ #include "..\stdafx.h" -int hKSLangpack = 0; - struct TimerInfo { int timer; @@ -1203,9 +1201,6 @@ int KSModuleLoaded(WPARAM, LPARAM) void KeepStatusLoad() { - MUUID muidLast = MIID_LAST; - hKSLangpack = GetPluginLangId(muidLast, 0); - HookEvent(ME_SYSTEM_MODULESLOADED, KSModuleLoaded); CreateHookableEvent(ME_KS_CONNECTIONEVENT); |
