* dispnew.c: Fix problem uncovered by gcc -Wunused-variable.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Feb 2011 23:05:14 +0000 (15:05 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Feb 2011 23:05:14 +0000 (15:05 -0800)
commitd2d37ddc91e271f18c563056feddb096d750a906
tree0ef0be29026a681aa78d14b2a51b4d450e1ba3cb
parent09ad5a9148880d0bdd080e8700cbe5d0d13e017c
* dispnew.c: Fix problem uncovered by gcc -Wunused-variable.

(adjust_frame_glyphs_for_window_redisplay): Make 'w' local to the
contexts that actually need it.
src/ChangeLog
src/dispnew.c