diff options
Diffstat (limited to 'plugins/ExternalAPI/delphi/m_radio.inc')
-rw-r--r-- | plugins/ExternalAPI/delphi/m_radio.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/ExternalAPI/delphi/m_radio.inc b/plugins/ExternalAPI/delphi/m_radio.inc index d3c52c75ae..19dfe9f365 100644 --- a/plugins/ExternalAPI/delphi/m_radio.inc +++ b/plugins/ExternalAPI/delphi/m_radio.inc @@ -2,9 +2,6 @@ {$DEFINE M_RADIO}
{command codes}
-// defined in interfaces.inc
-//const MIID_MRADIO:MUUID='{EEBC474C-B0AD-470F-99A8-9DD9210CE233}';
-
const
MRC_STOP = 0;
MRC_PLAY = 1; // lParam is radio contact handle
|