diff options
Diffstat (limited to 'src/keyboard.c')
| -rw-r--r-- | src/keyboard.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index b9b825e16b3..6319ca2ff64 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -696,9 +696,6 @@ static void any_kboard_state P_ ((void)); | |||
| 696 | to support it. */ | 696 | to support it. */ |
| 697 | static int cannot_suspend; | 697 | static int cannot_suspend; |
| 698 | 698 | ||
| 699 | #define min(a,b) ((a)<(b)?(a):(b)) | ||
| 700 | #define max(a,b) ((a)>(b)?(a):(b)) | ||
| 701 | |||
| 702 | /* Install the string STR as the beginning of the string of echoing, | 699 | /* Install the string STR as the beginning of the string of echoing, |
| 703 | so that it serves as a prompt for the next character. | 700 | so that it serves as a prompt for the next character. |
| 704 | Also start echoing. */ | 701 | Also start echoing. */ |