aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bindgen/gen_odin.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bindgen/gen_odin.py b/bindgen/gen_odin.py
index e6668c01..8b479557 100644
--- a/bindgen/gen_odin.py
+++ b/bindgen/gen_odin.py
@@ -85,8 +85,6 @@ ignores = [
overrides = {
'context': 'ctx', # reserved keyword
'sapp_sgcontext': 'sapp_sgctx',
- 'sgl_deg': 'sgl_as_degrees',
- 'sgl_rad': 'sgl_as_radians',
'sg_context_desc.color_format': 'int',
'sg_context_desc.depth_format': 'int',
'SGL_NO_ERROR': 'SGL_ERROR_NO_ERROR',