drv_mixer.h - delete unused MIXERIOCGETOUTPUTCOUNT

This commit is contained in:
Daniel Agar
2019-11-20 22:39:20 -05:00
parent a255789be4
commit c8211dee28
7 changed files with 1 additions and 14 deletions
-4
View File
@@ -2810,10 +2810,6 @@ PX4IO::ioctl(file *filep, int cmd, unsigned long arg)
}
break;
case MIXERIOCGETOUTPUTCOUNT:
*(unsigned *)arg = _max_actuators;
break;
case MIXERIOCRESET:
ret = 0; /* load always resets */
break;