summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorDmitry Antipov <dmantipov@yandex.ru>2012-05-23 23:13:51 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-05-23 23:13:51 -0700
commit4b2addb7e377f9a7601d78381025e343f776083c (patch)
tree6f97a2abe8655c38ee0b1ff55ebf75dc254e816b /src/window.h
parent42bbbe8bb080520a80f588c61d30f93095d66065 (diff)
downloademacs-4b2addb7e377f9a7601d78381025e343f776083c.tar.gz
* src/window.h (clip_changed): Remove useless declaration.
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/window.h b/src/window.h
index ea127ca95a8..1524805579f 100644
--- a/src/window.h
+++ b/src/window.h
@@ -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 */