aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-04-22 22:47:07 +0000
committerPavel Janík2002-04-22 22:47:07 +0000
commit4eace0464d642a8dcc8f10c06c7fd247b50bd79a (patch)
tree8e53ef7d1a71dddb7fd7d8e630936cd19f7fe422
parent3edd6bc0d463394a5535f59cec94f7fb6533af98 (diff)
downloademacs-4eace0464d642a8dcc8f10c06c7fd247b50bd79a.tar.gz
emacs-4eace0464d642a8dcc8f10c06c7fd247b50bd79a.zip
Remove unused global variable `minibuf_prompt_pixel_width'.
-rw-r--r--src/xdisp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 53770a4b138..4764bfb90a6 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -428,7 +428,6 @@ Lisp_Object minibuf_prompt;
428 of the line that contains the prompt. */ 428 of the line that contains the prompt. */
429 429
430int minibuf_prompt_width; 430int minibuf_prompt_width;
431int minibuf_prompt_pixel_width;
432 431
433/* This is the window where the echo area message was displayed. It 432/* This is the window where the echo area message was displayed. It
434 is always a mini-buffer window, but it may not be the same window 433 is always a mini-buffer window, but it may not be the same window