mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-16 08:04:07 +00:00
Remove dead procedure
This commit is contained in:
6
vendor/OpenGL/impl.odin
vendored
6
vendor/OpenGL/impl.odin
vendored
@@ -1582,9 +1582,3 @@ load_4_6 :: proc(set_proc_address: Set_Proc_Address_Type) {
|
||||
set_proc_address(&impl_MultiDrawElementsIndirectCount, "glMultiDrawElementsIndirectCount");
|
||||
set_proc_address(&impl_PolygonOffsetClamp, "glPolygonOffsetClamp");
|
||||
}
|
||||
|
||||
init :: proc(set_proc_address: Set_Proc_Address_Type) {
|
||||
// Placeholder for loading maximum supported version
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user