* src/window.h (clip_changed): Remove useless declaration.
This commit is contained in:
parent
42bbbe8bb0
commit
4b2addb7e3
2 changed files with 4 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-05-24 Dmitry Antipov <dmantipov@yandex.ru>
|
||||
|
||||
* window.h (clip_changed): Remove useless declaration.
|
||||
|
||||
2012-05-22 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu.
|
||||
|
|
|
@ -852,11 +852,6 @@ extern EMACS_INT minibuf_level;
|
|||
|
||||
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 */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue