diff options
Diffstat (limited to 'PC/config.c')
-rw-r--r-- | PC/config.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PC/config.c b/PC/config.c index cd17857..0295c1f 100644 --- a/PC/config.c +++ b/PC/config.c @@ -61,7 +61,6 @@ extern void initcPickle(); extern void initpcre(); #ifdef WIN32 extern void initmsvcrt(); -extern void initwinsound(); extern void init_locale(); #endif extern void init_codecs(); @@ -102,7 +101,6 @@ struct _inittab _PyImport_Inittab[] = { {"pcre", initpcre}, #ifdef WIN32 {"msvcrt", initmsvcrt}, - {"winsound", initwinsound}, {"_locale", init_locale}, #endif |