summaryrefslogtreecommitdiff
path: root/plugins/mRadio
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-02-09 14:21:27 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-02-09 14:21:27 +0300
commitb407cbb7ad5cf00f0420fd91b82969ffcbaba5b5 (patch)
treea41810987998a975f5f55129ea1c7a24c101a333 /plugins/mRadio
parent56c7db121764e073486f4a48a13ff4a214fe222f (diff)
unused header removed from pascal sources
Diffstat (limited to 'plugins/mRadio')
-rw-r--r--plugins/mRadio/mradio.dpr3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/mRadio/mradio.dpr b/plugins/mRadio/mradio.dpr
index c23ec983fa..71670e1947 100644
--- a/plugins/mRadio/mradio.dpr
+++ b/plugins/mRadio/mradio.dpr
@@ -162,8 +162,7 @@ begin
Langpack_register;
// register protocol
- FillChar(desc,SizeOf(desc),0);
- desc.cbSize:=PROTOCOLDESCRIPTOR_V3_SIZE;//SizeOf(desc);
+ desc.cbSize:=SizeOf(desc);
desc.szName:=PluginName;
desc._type :=PROTOTYPE_VIRTUAL;
Proto_RegisterModule(@desc);