Skip to content

Commit

Permalink
Remove redeclaration of khronos_uintptr_t
Browse files Browse the repository at this point in the history
The type is being redeclared because I didn't see the original
declaration when I wrote 144cbc9.

Fixes: #249
  • Loading branch information
ebassi committed Apr 30, 2021
1 parent e271edb commit 1403303
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gen_dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,6 @@ def write_header(self, out_file):
self.outln(' KHRONOS_TRUE = 1,')
self.outln(' KHRONOS_BOOLEAN_ENUM_FORCE_SIZE = KHRONOS_MAX_ENUM')
self.outln('} khronos_boolean_enum_t;')
self.outln('typedef uintptr_t khronos_uintptr_t;')

if self.target == "glx":
self.outln('#include <X11/Xlib.h>')
Expand Down

0 comments on commit 1403303

Please sign in to comment.