Skip to content

Commit cc72372

Browse files
committed
Remove unnecessary statement.
1 parent e3b1ee9 commit cc72372

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdl3/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ def SDL_GENERATE_DOCS(modules: list[str] = list(SDL_BINARY_VAR_MAP_INV.keys()),
362362

363363
def SDL_GET_NAME(i):
364364
if i is None: return "None"
365-
if "CFunctionType" in i.__name__: return "ctypes.c_void_p"
366365
if i.__name__.startswith("LP_"): types.add(i.__name__)
367366
if i.__name__.startswith("c_"): return f"ctypes.{i.__name__}"
368367
else: return i.__name__

0 commit comments

Comments
 (0)