diff options
author | Kenichi Handa <handa@m17n.org> | 1998-01-23 10:54:49 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 1998-01-23 10:54:49 +0000 |
commit | f86da3d5ac36b026e2a336c7b45dd409dfdf9f70 (patch) | |
tree | 7ca6fc49e43553b560665f5a42402191c485d6ad /src | |
parent | d4bcf00f09b091d8d8874f6f1de9aecd73fa9b7e (diff) | |
download | emacs-f86da3d5ac36b026e2a336c7b45dd409dfdf9f70.tar.gz |
Delete garbage line "int use_dialog_box".
Diffstat (limited to 'src')
-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) \ } \ else - /* Nonzero enables use of dialog boxes for questions - asked by mouse commands. */ - int use_dialog_box; - /* Return the length of the multi-byte form at string STR of length LEN. */ #define MULTIBYTE_FORM_LENGTH(str, len) \ |