We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032f9d0 commit ee79d58Copy full SHA for ee79d58
src_c/base.c
@@ -1,4 +1,3 @@
1
-
2
/*
3
pygame-ce - Python Game Library
4
Copyright (C) 2000-2001 Pete Shinners
src_c/static.c
@@ -84,8 +84,6 @@ import_pygame_window(void)
84
{
85
}
86
87
-PyMODINIT_FUNC
88
-PyInit_base(void);
89
PyMODINIT_FUNC
90
PyInit_color(void);
91
@@ -287,7 +285,6 @@ PyInit_pygame_static()
287
285
// for correct input in wasm worker
288
286
SDL_SetHint("SDL_EMSCRIPTEN_KEYBOARD_ELEMENT", "1");
289
290
- load_submodule("pygame", PyInit_base(), "base");
291
load_submodule("pygame", PyInit_constants(), "constants");
292
load_submodule("pygame", PyInit_surflock(), "surflock");
293
load_submodule("pygame", PyInit_rwobject(), "rwobject");
0 commit comments