diff options
author | Alexey Kulakov <panda75@bk.ru> | 2014-01-16 03:20:32 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2014-01-16 03:20:32 +0000 |
commit | 2f30799b091475f1086b756bba4b43ebacd3aefc (patch) | |
tree | 55939d916b3800b341da6b734c7f6e10a7866eb4 /plugins/mRadio/i_vars.inc | |
parent | de34b251b442cdf72b13c407d6b60c343c123bb3 (diff) |
sync
git-svn-id: http://svn.miranda-ng.org/main/trunk@7675 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/mRadio/i_vars.inc')
-rw-r--r-- | plugins/mRadio/i_vars.inc | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/plugins/mRadio/i_vars.inc b/plugins/mRadio/i_vars.inc index 97db03260a..086279d522 100644 --- a/plugins/mRadio/i_vars.inc +++ b/plugins/mRadio/i_vars.inc @@ -47,29 +47,9 @@ const var
hhRadioStatus,
- // service handles
- hsPlayStop,
- hsRecord,
- hsSettings,
- hsSetVol,
- hsGetVol,
- hsMute,
- hsCommand,
- hsExport,
- hsImport,
- hsTrayMenu,
- hsEqOnOff,
-
- hNetLib,
- hDblClick,
- hHookShutdown,
hCMenuItemRec,
hCMenuItemPlay,
- contexthook,
- opthook,
- onsetting,
- ondelete,
- onloadhook:THANDLE;
+ hNetLib:THANDLE;
hiddenwindow:HWND;
var
plist:tPlaylist;
|