# HG changeset patch # User Stefan Monnier # Date 1053884507 0 # Node ID 07dc24e888c8545568fa0de8a83639f002853690 # Parent b020f1a526150863947cab38684397046d82fb78 (mode_line_string): Remove unused var `f'. diff -r b020f1a52615 -r 07dc24e888c8 src/dispnew.c --- a/src/dispnew.c Sun May 25 17:41:21 2003 +0000 +++ b/src/dispnew.c Sun May 25 17:41:47 2003 +0000 @@ -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 @@ { struct glyph_row *row; struct glyph *glyph, *end; - struct frame *f = XFRAME (w->frame); int x0; Lisp_Object string = Qnil;