Fixed a few warnings and the FluidSynth device stuff.

This commit is contained in:
OBattler
2017-10-07 16:45:54 +02:00
parent 97ab6234d4
commit 15da0022bb
4 changed files with 6 additions and 6 deletions

View File

@@ -1067,7 +1067,6 @@ device_t incolor_device =
NULL,
NULL,
incolor_speed_changed,
NULL,
NULL,
NULL,
NULL

View File

@@ -492,6 +492,5 @@ device_t m24_device =
m24_init,
m24_close,
NULL, NULL, m24_speed_changed,
NULL, NULL, NULL, NULL,
NULL
NULL, NULL, NULL
};