summaryrefslogtreecommitdiff
path: root/plugins/TranslitSwitcher/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2016-01-04 14:51:21 +0000
committerGeorge Hazan <george.hazan@gmail.com>2016-01-04 14:51:21 +0000
commit89b08722d8006a0e6d3ef7183054cf00423ef4d0 (patch)
treee7bb0693f46ae9ceaaaca1420906f756e7421e10 /plugins/TranslitSwitcher/src
parentff07d666b5a73e94e54c39d8d9974f476d5de99f (diff)
unused calls of MS_HOTKEY_UNREGISTER removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@16021 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TranslitSwitcher/src')
-rw-r--r--plugins/TranslitSwitcher/src/TranslitSwitcher.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp b/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp
index 1dcd9f4b71..1d86857b02 100644
--- a/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp
+++ b/plugins/TranslitSwitcher/src/TranslitSwitcher.cpp
@@ -136,16 +136,10 @@ int OnPreShutdown(WPARAM, LPARAM)
bbd.dwButtonID = 1;
bbd.dwDefPos = 50;
CallService(MS_BB_REMOVEBUTTON, 0, (LPARAM)&bbd);
-
}
- CallService(MS_HOTKEY_UNREGISTER, 0, (LPARAM)"TranslitSwitcher/ConvertAllOrSelected");
- CallService(MS_HOTKEY_UNREGISTER, 0, (LPARAM)"TranslitSwitcher/ConvertLastOrSelected");
- CallService(MS_HOTKEY_UNREGISTER, 0, (LPARAM)"TranslitSwitcher/TranslitAllOrSelected");
- CallService(MS_HOTKEY_UNREGISTER, 0, (LPARAM)"TranslitSwitcher/TranslitLastOrSelected");
- CallService(MS_HOTKEY_UNREGISTER, 0, (LPARAM)"TranslitSwitcher/InvertCaseAllOrSelected");
- CallService(MS_HOTKEY_UNREGISTER, 0, (LPARAM)"TranslitSwitcher/InvertCaseLastOrSelected");
return 0;
}
+
//-------------------------------------------------------------------------------------------------------
extern "C" __declspec(dllexport) int Load(void)