aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1998-01-23 10:54:49 +0000
committerKenichi Handa1998-01-23 10:54:49 +0000
commit1a248d47c94e0070a6ef216b9992c918d47b2b25 (patch)
treeedfa28b7fa71542c06e0b1fcf47117b04410db51
parent862aacbf3457ebb312614dbb17f188d37cbf3959 (diff)
downloademacs-1a248d47c94e0070a6ef216b9992c918d47b2b25.tar.gz
emacs-1a248d47c94e0070a6ef216b9992c918d47b2b25.zip
Delete garbage line "int use_dialog_box".
-rw-r--r--src/charset.h4
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 } \
588else 588else
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) \