diff options
author | George Hazan <ghazan@miranda.im> | 2018-02-09 14:21:27 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-02-09 14:21:27 +0300 |
commit | b407cbb7ad5cf00f0420fd91b82969ffcbaba5b5 (patch) | |
tree | a41810987998a975f5f55129ea1c7a24c101a333 /plugins/mRadio | |
parent | 56c7db121764e073486f4a48a13ff4a214fe222f (diff) |
unused header removed from pascal sources
Diffstat (limited to 'plugins/mRadio')
-rw-r--r-- | plugins/mRadio/mradio.dpr | 3 |
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);
|