Skip to content

Commit ee79d58

Browse files
committed
Test a static.c change
1 parent 032f9d0 commit ee79d58

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src_c/base.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/*
32
pygame-ce - Python Game Library
43
Copyright (C) 2000-2001 Pete Shinners

src_c/static.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ import_pygame_window(void)
8484
{
8585
}
8686

87-
PyMODINIT_FUNC
88-
PyInit_base(void);
8987
PyMODINIT_FUNC
9088
PyInit_color(void);
9189
PyMODINIT_FUNC
@@ -287,7 +285,6 @@ PyInit_pygame_static()
287285
// for correct input in wasm worker
288286
SDL_SetHint("SDL_EMSCRIPTEN_KEYBOARD_ELEMENT", "1");
289287

290-
load_submodule("pygame", PyInit_base(), "base");
291288
load_submodule("pygame", PyInit_constants(), "constants");
292289
load_submodule("pygame", PyInit_surflock(), "surflock");
293290
load_submodule("pygame", PyInit_rwobject(), "rwobject");

0 commit comments

Comments
 (0)