aboutsummaryrefslogtreecommitdiff
path: root/src/notes.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2016-05-02 23:03:43 +0200
committerThomas White <taw@bitwiz.org.uk>2016-05-02 23:03:43 +0200
commitad4109c48275b9e9e011a8b54125e6c93c1de133 (patch)
tree60775f317a2a166f4405ced4191c264595729912 /src/notes.h
parentadb1c0282b9daa7439cb0fa3d9c37864b462e81f (diff)
Remove old stuff from SlideWindow, and fix action group stuff
Diffstat (limited to 'src/notes.h')
-rw-r--r--src/notes.h38
1 files changed, 0 insertions, 38 deletions
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 <taw@bitwiz.org.uk>
- *
- * 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 <http://www.gnu.org/licenses/>.
- *
- */
-
-#ifndef NOTES_H
-#define NOTES_H
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#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 */