mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-20 21:35:19 +00:00
remove other redundant constant
This commit is contained in:
1
vendor/miniaudio/utilities.odin
vendored
1
vendor/miniaudio/utilities.odin
vendored
@@ -125,7 +125,6 @@ data_source_flag :: enum c.int {
|
||||
|
||||
data_source_flags :: bit_set[data_source_flag; u32]
|
||||
|
||||
DATA_SOURCE_SELF_MANAGED_RANGE_AND_LOOP_POINT :: data_source_flags{.SELF_MANAGED_RANGE_AND_LOOP_POINT}
|
||||
|
||||
data_source_vtable :: struct {
|
||||
onRead: proc "c" (pDataSource: ^data_source, pFramesOut: rawptr, frameCount: u64, pFramesRead: ^u64) -> result,
|
||||
|
||||
Reference in New Issue
Block a user