From 057ddb969f7ed42b329b87bd8a9bdebbc649427d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 26 Dec 2015 22:56:22 +0100 Subject: Remove "struct slide" and the slide list --- src/notes.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/notes.h') diff --git a/src/notes.h b/src/notes.h index 426cb7e..1939d3b 100644 --- a/src/notes.h +++ b/src/notes.h @@ -1,7 +1,7 @@ /* * notes.h * - * Copyright © 2013-2014 Thomas White + * Copyright © 2013-2016 Thomas White * * This file is part of Colloquium. * @@ -29,12 +29,10 @@ struct notes; -extern struct notes *open_notes(SlideWindow *sw, struct slide *slide); +extern struct notes *open_notes(SlideWindow *sw, SCBlock *slide); -extern void notes_set_slide(struct notes *n, struct slide *np); +extern void notes_set_slide(struct notes *n, SCBlock *np); extern void grab_current_notes(struct notes *n); -extern void attach_notes(struct slide *s); - #endif /* NOTES_H */ -- cgit v1.2.3