=== modified file 'src/ChangeLog' --- src/ChangeLog 2012-05-22 18:31:19 +0000 +++ src/ChangeLog 2012-05-23 17:05:04 +0000 @@ -1,3 +1,7 @@ +2012-05-23 Dmitry Antipov + + * window.h (clip_changed): Remove useless declaration. + 2012-05-22 Juanma Barranquero * makefile.w32-in: Follow-up to revno:108341. === modified file 'src/window.h' --- src/window.h 2012-03-12 06:34:32 +0000 +++ src/window.h 2012-05-23 17:00:11 +0000 @@ -852,11 +852,6 @@ extern int update_mode_lines; -/* Nonzero if BEGV - BEG or Z - ZV of current buffer has changed since - last redisplay that finished. */ - -extern int clip_changed; - /* Nonzero if window sizes or contents have changed since last redisplay that finished */