From a715aa04c7e787938569210803b08959ba0c7ebd Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 19 Mar 2018 20:50:58 +0100 Subject: Remove remnants of ancient structures --- src/presentation.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/presentation.h b/src/presentation.h index 24c6110..f2feddd 100644 --- a/src/presentation.h +++ b/src/presentation.h @@ -31,7 +31,6 @@ #include struct presentation; -struct slide; #include "imagestore.h" #include "sc_parse.h" @@ -55,7 +54,6 @@ struct presentation SlideWindow *slidewindow; struct pr_clock *clock; - struct slide_sorter *slide_sorter; /* 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 */ @@ -85,8 +83,6 @@ extern SCBlock *prev_slide(struct presentation *p, SCBlock *sl); extern int load_presentation(struct presentation *p, const char *filename); extern int save_presentation(struct presentation *p, const char *filename); -extern void set_edit(struct presentation *p, struct slide *s); - #define UNUSED __attribute__((unused)) -- cgit v1.2.3