mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-05 02:04:06 +00:00
cleanup redundant constants
This commit is contained in:
2
vendor/miniaudio/device_io_types.odin
vendored
2
vendor/miniaudio/device_io_types.odin
vendored
@@ -357,8 +357,6 @@ data_format_flag :: enum c.int {
|
||||
|
||||
data_format_flags :: bit_set[data_format_flag; u32]
|
||||
|
||||
DATA_FORMAT_FLAG_EXCLUSIVE_MODE :: data_format_flags{.EXCLUSIVE_MODE}
|
||||
|
||||
MAX_DEVICE_NAME_LENGTH :: 255
|
||||
|
||||
device_info :: struct {
|
||||
|
||||
Reference in New Issue
Block a user