aboutsummaryrefslogtreecommitdiff
path: root/src/tool_text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tool_text.h')
-rw-r--r--src/tool_text.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/tool_text.h b/src/tool_text.h
deleted file mode 100644
index aaca10a..0000000
--- a/src/tool_text.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- * tool_text.h
- *
- * Colloquium - A tiny presentation program
- *
- * Copyright (c) 2011 Thomas White <taw@bitwiz.org.uk>
- *
- * This program 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 TOOL_TEXT_H
-#define TOOL_TEXT_H
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include <gtk/gtk.h>
-
-
-extern struct toolinfo *initialise_text_tool();
-
-
-#endif /* TOOL_TEXT_H */