diff options
author | Andrew MacIntyre <andymac@bullseye.apana.org.au> | 2004-10-03 08:29:55 (GMT) |
---|---|---|
committer | Andrew MacIntyre <andymac@bullseye.apana.org.au> | 2004-10-03 08:29:55 (GMT) |
commit | fec1ce0b726e17d73d3743a966b64931b069c93a (patch) | |
tree | 4491709769609cbb4f612e941f02daa5dc8a3340 /PC | |
parent | 3dac89edaf4a00412dd2b4e3b5cecb84a688803c (diff) | |
download | cpython-fec1ce0b726e17d73d3743a966b64931b069c93a.zip cpython-fec1ce0b726e17d73d3743a966b64931b069c93a.tar.gz cpython-fec1ce0b726e17d73d3743a966b64931b069c93a.tar.bz2 |
remove rotor module
Diffstat (limited to 'PC')
-rw-r--r-- | PC/os2vacpp/config.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PC/os2vacpp/config.c b/PC/os2vacpp/config.c index 1f9ca50..7512de5 100644 --- a/PC/os2vacpp/config.c +++ b/PC/os2vacpp/config.c @@ -29,7 +29,6 @@ extern void initoperator(void); extern void initposix(void); extern void initregex(void); extern void initrgbimg(void); -extern void initrotor(void); extern void initsignal(void); extern void initselect(void); extern void init_socket(void); @@ -73,7 +72,6 @@ struct _inittab _PyImport_Inittab[] = { {"operator", initoperator}, {"regex", initregex}, // {"rgbimg", initrgbimg}, -// {"rotor", initrotor}, {"signal", initsignal}, #ifdef USE_SOCKET {"_socket", init_socket}, |