diff options
| author | Kenichi Handa | 1998-01-23 10:54:49 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-01-23 10:54:49 +0000 |
| commit | 1a248d47c94e0070a6ef216b9992c918d47b2b25 (patch) | |
| tree | edfa28b7fa71542c06e0b1fcf47117b04410db51 | |
| parent | 862aacbf3457ebb312614dbb17f188d37cbf3959 (diff) | |
| download | emacs-1a248d47c94e0070a6ef216b9992c918d47b2b25.tar.gz emacs-1a248d47c94e0070a6ef216b9992c918d47b2b25.zip | |
Delete garbage line "int use_dialog_box".
| -rw-r--r-- | src/charset.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/charset.h b/src/charset.h index b4c3e08c53e..0e91ca57445 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -587,10 +587,6 @@ if (1) \ | |||
| 587 | } \ | 587 | } \ |
| 588 | else | 588 | else |
| 589 | 589 | ||
| 590 | /* Nonzero enables use of dialog boxes for questions | ||
| 591 | asked by mouse commands. */ | ||
| 592 | int use_dialog_box; | ||
| 593 | |||
| 594 | /* Return the length of the multi-byte form at string STR of length LEN. */ | 590 | /* Return the length of the multi-byte form at string STR of length LEN. */ |
| 595 | 591 | ||
| 596 | #define MULTIBYTE_FORM_LENGTH(str, len) \ | 592 | #define MULTIBYTE_FORM_LENGTH(str, len) \ |