diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-10-17 22:35:49 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2011-10-17 22:35:58 +0100 |
commit | 55387c17d2566050710e5e07beb61166392e830b (patch) | |
tree | 663c51aef3ef0ffc89f681b26eefcefa22e2d879 /src/mainwindow.h | |
parent | dd3057bff79af7971ec9827e9dc07cdf3366396c (diff) |
Fix remaining holes in redraw logic
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index ee27997..816b17c 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -30,7 +30,6 @@ extern int open_mainwindow(struct presentation *p); extern void notify_slide_changed(struct presentation *p); -extern void notify_slide_update(struct presentation *p); extern void redraw_overlay(struct presentation *p); |