Skip to content

Commit 3fde045

Browse files
committed
Test a static.c change
1 parent 612a7bf commit 3fde045

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ import_pygame_pixelarray(void)
113113
{
114114
}
115115

116-
PyMODINIT_FUNC
117-
PyInit_base(void);
118116
PyMODINIT_FUNC
119117
PyInit_color(void);
120118
PyMODINIT_FUNC
@@ -324,9 +322,6 @@ PyInit_pygame_static()
324322
// for correct input in wasm worker
325323
SDL_SetHint("SDL_EMSCRIPTEN_KEYBOARD_ELEMENT", "1");
326324

327-
load_submodule("pygame", PyInit_base(), "base");
328-
329-
//
330325
load_submodule("pygame", PyInit_constants(), "constants");
331326
//
332327
load_submodule("pygame", PyInit_pg_math(), "math");

0 commit comments

Comments
 (0)