From ad4109c48275b9e9e011a8b54125e6c93c1de133 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 2 May 2016 23:03:43 +0200 Subject: Remove old stuff from SlideWindow, and fix action group stuff --- src/notes.h | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 src/notes.h (limited to 'src/notes.h') diff --git a/src/notes.h b/src/notes.h deleted file mode 100644 index 1939d3b..0000000 --- a/src/notes.h +++ /dev/null @@ -1,38 +0,0 @@ -/* - * notes.h - * - * Copyright © 2013-2016 Thomas White - * - * This file is part of Colloquium. - * - * Colloquium is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ - -#ifndef NOTES_H -#define NOTES_H - -#ifdef HAVE_CONFIG_H -#include -#endif - -struct notes; - -extern struct notes *open_notes(SlideWindow *sw, SCBlock *slide); - -extern void notes_set_slide(struct notes *n, SCBlock *np); - -extern void grab_current_notes(struct notes *n); - -#endif /* NOTES_H */ -- cgit v1.2.3