From 4eace0464d642a8dcc8f10c06c7fd247b50bd79a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 22 Apr 2002 22:47:07 +0000 Subject: [PATCH] Remove unused global variable `minibuf_prompt_pixel_width'. --- src/xdisp.c | 1 - 1 file changed, 1 deletion(-) 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; of the line that contains the prompt. */ int minibuf_prompt_width; -int minibuf_prompt_pixel_width; /* This is the window where the echo area message was displayed. It is always a mini-buffer window, but it may not be the same window -- 2.39.5