diff options
| -rw-r--r-- | src/keyboard.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index a04f0e6dd32..f41ce352cb8 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -10743,11 +10743,6 @@ init_keyboard () | |||
| 10743 | poll_suppress_count = 1; | 10743 | poll_suppress_count = 1; |
| 10744 | start_polling (); | 10744 | start_polling (); |
| 10745 | #endif | 10745 | #endif |
| 10746 | |||
| 10747 | #ifdef MAC_OSX | ||
| 10748 | /* At least provide an escape route since C-g doesn't work. */ | ||
| 10749 | signal (SIGINT, interrupt_signal); | ||
| 10750 | #endif | ||
| 10751 | } | 10746 | } |
| 10752 | 10747 | ||
| 10753 | /* This type's only use is in syms_of_keyboard, to initialize the | 10748 | /* This type's only use is in syms_of_keyboard, to initialize the |