diff options
Diffstat (limited to 'Modules/_tkinter.c')
-rw-r--r-- | Modules/_tkinter.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index 4eb1001..fccfb30 100644 --- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c @@ -1444,7 +1444,6 @@ static PyMethodDef moduleMethods[] = {NULL, NULL} }; -#undef WITH_READLINE /* XXX */ #ifdef WITH_READLINE static int EventHook () |