aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-09-17 09:59:01 +0200
committerThomas White <taw@bitwiz.org.uk>2013-09-17 09:59:01 +0200
commit057871cbe90d434f9462213f929054302f8da3ab (patch)
treec331931a33ab5b2e866153010fdb87b1ab5df1a0 /src/presentation.h
parent855fc984c58350c8e4214fd611c78ea00579f3cb (diff)
Simplify notes a bit
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/presentation.h b/src/presentation.h
index 84c79b0..ff065a6 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -131,7 +131,6 @@ struct presentation
/* Pointers to the current "editing" and "projection" slides */
struct slide *cur_edit_slide;
struct slide *cur_proj_slide;
- struct slide *cur_notes_slide;
int slideshow_linked;
/* Pointers to the frame currently being edited */