Comment removal

This commit is contained in:
Ross Owen
2016-04-22 14:54:50 +01:00
parent aee3851f4c
commit 782b0cea92

View File

@@ -16,7 +16,6 @@ typedef interface dsp_if
typedef interface dsp_ctrl_if
{
int setControl(unsigned moduleId, unsigned control, unsigned setting);
//TODO add GetConttol
} dsp_ctrl_if;