diff options
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xterm.c b/src/xterm.c index 02fa137d6a7..d030df55748 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -256,11 +256,7 @@ static Time last_user_time; | |||
| 256 | /* Incremented by XTread_socket whenever it really tries to read | 256 | /* Incremented by XTread_socket whenever it really tries to read |
| 257 | events. */ | 257 | events. */ |
| 258 | 258 | ||
| 259 | #ifdef __STDC__ | ||
| 260 | static int volatile input_signal_count; | 259 | static int volatile input_signal_count; |
| 261 | #else | ||
| 262 | static int input_signal_count; | ||
| 263 | #endif | ||
| 264 | 260 | ||
| 265 | /* Used locally within XTread_socket. */ | 261 | /* Used locally within XTread_socket. */ |
| 266 | 262 | ||