Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fec1ce0

Browse files
author
Andrew MacIntyre
committed
remove rotor module
1 parent 3dac89e commit fec1ce0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

PC/os2vacpp/config.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ extern void initoperator(void);
2929
extern void initposix(void);
3030
extern void initregex(void);
3131
extern void initrgbimg(void);
32-
extern void initrotor(void);
3332
extern void initsignal(void);
3433
extern void initselect(void);
3534
extern void init_socket(void);
@@ -73,7 +72,6 @@ struct _inittab _PyImport_Inittab[] = {
7372
{"operator", initoperator},
7473
{"regex", initregex},
7574
// {"rgbimg", initrgbimg},
76-
// {"rotor", initrotor},
7775
{"signal", initsignal},
7876
#ifdef USE_SOCKET
7977
{"_socket", init_socket},

0 commit comments

Comments
 (0)