aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-11-21 23:47:51 +0100
committerThomas White <taw@bitwiz.org.uk>2014-11-21 23:47:51 +0100
commit85570d136f664b3c75151e06e686723be95f00c0 (patch)
tree9a6010a0b03c4d6d0b0e9c8c23deafe3649dea17 /src/presentation.h
parent2413cd7f20bbf24375f04d740daeb8743a501a1a (diff)
WIP on patching up SlideShow
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/presentation.h b/src/presentation.h
index 0fa7d71..197a298 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -68,9 +68,6 @@ struct presentation
struct pr_clock *clock;
struct slide_sorter *slide_sorter;
- /* Pointers to the current "editing" slide */
- struct slide *cur_edit_slide;
-
/* This is the "native" size of the slide. It only exists to give
* font size some meaning in the context of a somewhat arbitrary DPI */
double slide_width;