summaryrefslogtreecommitdiff
path: root/src/gui/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r--src/gui/gui.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h
index 597cdb5c..6b678396 100644
--- a/src/gui/gui.h
+++ b/src/gui/gui.h
@@ -91,9 +91,4 @@ extern WindowContainer *guiTop; // The top container
extern Graphics *guiGraphics; // Graphics driver
extern gcn::SDLInput *guiInput; // GUI input
-/** Initialize gui system */
-void init_gui(Graphics *graphics);
-
-void gui_exit();
-
#endif