diff options
| author | Pavel Janík | 2002-04-22 22:47:07 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-04-22 22:47:07 +0000 |
| commit | 4eace0464d642a8dcc8f10c06c7fd247b50bd79a (patch) | |
| tree | 8e53ef7d1a71dddb7fd7d8e630936cd19f7fe422 | |
| parent | 3edd6bc0d463394a5535f59cec94f7fb6533af98 (diff) | |
| download | emacs-4eace0464d642a8dcc8f10c06c7fd247b50bd79a.tar.gz emacs-4eace0464d642a8dcc8f10c06c7fd247b50bd79a.zip | |
Remove unused global variable `minibuf_prompt_pixel_width'.
| -rw-r--r-- | src/xdisp.c | 1 |
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 | ||
| 430 | int minibuf_prompt_width; | 430 | int minibuf_prompt_width; |
| 431 | int 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 |