Remove a TODO.

This commit is contained in:
David Reid
2017-11-04 22:07:52 +10:00
parent 80c1a63008
commit d0aa632127
+1 -1
View File
@@ -440,7 +440,7 @@ typedef union
char openal[256]; // OpenAL seems to use human-readable device names as the ID. char openal[256]; // OpenAL seems to use human-readable device names as the ID.
#endif #endif
#ifdef MAL_SUPPORT_NULL #ifdef MAL_SUPPORT_NULL
int nullbackend; // Always 0. TODO: Check that this is indeed always set to 0 or just undefined. If undefined, change this to always be 0. int nullbackend; // Always 0.
#endif #endif
} mal_device_id; } mal_device_id;