aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-03-19 20:50:58 +0100
committerThomas White <taw@physics.org>2018-03-19 21:00:42 +0100
commita715aa04c7e787938569210803b08959ba0c7ebd (patch)
treefd169ea04c0733db9a88dbd70b0aaf29d4dd89ba /src
parentc3e4233c1baafda1573ae53aff424355b0a1dfae (diff)
Remove remnants of ancient structures
Diffstat (limited to 'src')
-rw-r--r--src/presentation.h4
1 files changed, 0 insertions, 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 <gtk/gtk.h>
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))