diff options
author | George Hazan <george.hazan@gmail.com> | 2016-01-04 14:51:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-01-04 14:51:21 +0000 |
commit | 89b08722d8006a0e6d3ef7183054cf00423ef4d0 (patch) | |
tree | e7bb0693f46ae9ceaaaca1420906f756e7421e10 /plugins/mRadio | |
parent | ff07d666b5a73e94e54c39d8d9974f476d5de99f (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/mRadio')
-rw-r--r-- | plugins/mRadio/i_hotkey.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/mRadio/i_hotkey.inc b/plugins/mRadio/i_hotkey.inc index 7ec4cf766b..9797b61f1c 100644 --- a/plugins/mRadio/i_hotkey.inc +++ b/plugins/mRadio/i_hotkey.inc @@ -61,10 +61,5 @@ end; procedure UnregisterHotKey;
begin
- CallService(MS_HOTKEY_UNREGISTER,0,lparam(HKN_PLAYPAUSE));
- CallService(MS_HOTKEY_UNREGISTER,0,lparam(HKN_STOP));
- CallService(MS_HOTKEY_UNREGISTER,0,lparam(HKN_MUTE));
- CallService(MS_HOTKEY_UNREGISTER,0,lparam(HKN_RECORD));
-
DestroyServiceFunction(hRadioHotkey);
end;
|