From: Stefan Monnier Date: Sun, 25 May 2003 17:41:47 +0000 (+0000) Subject: (mode_line_string): Remove unused var `f'. X-Git-Tag: ttn-vms-21-2-B4~9946 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f84d8a709ac1d19d7ca31f43ba3442d90fe55f07;p=emacs.git (mode_line_string): Remove unused var `f'. --- diff --git a/src/dispnew.c b/src/dispnew.c index 29f164e34e9..3cfd97ea3ea 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -1,5 +1,5 @@ /* Updating of data structures for redisplay. - Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 97, 98, 1999, 2000, 2001, 2002 + Copyright (C) 1985,86,87,88,93,94,95,97,98,1999,2000,01,02,2003 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -5732,7 +5732,6 @@ mode_line_string (w, x, y, part, charpos) { struct glyph_row *row; struct glyph *glyph, *end; - struct frame *f = XFRAME (w->frame); int x0; Lisp_Object string = Qnil;