remove other redundant constant

This commit is contained in:
Laytan
2025-01-17 18:31:39 +01:00
committed by GitHub
parent f761dc2102
commit 8e9726866a

View File

@@ -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,