[dasher] dasher_editor_internal_initialise needn't be visible



commit 0736fd31be5e399fc58f7bcb891e25feacb6e562
Author: Patrick Welche <prlw1 cam ac uk>
Date:   Tue Aug 16 17:26:34 2011 +0100

    dasher_editor_internal_initialise needn't be visible

 Src/Gtk2/dasher_editor_internal.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/Src/Gtk2/dasher_editor_internal.h b/Src/Gtk2/dasher_editor_internal.h
index ce5b4af..c0b3634 100644
--- a/Src/Gtk2/dasher_editor_internal.h
+++ b/Src/Gtk2/dasher_editor_internal.h
@@ -5,7 +5,6 @@
 #include <glib-object.h>
 #include <gtk/gtk.h>
 
-#include "DasherAppSettings.h"
 #include "dasher_editor.h"
 
 /* Forward declaration */
@@ -45,7 +44,6 @@ struct _DasherEditorInternalClass {
 };
 
 DasherEditorInternal *dasher_editor_internal_new();
-void dasher_editor_internal_initialise(DasherEditorInternal *pSelf, DasherAppSettings *pAppSettings, DasherMain *pDasherMain, GtkBuilder *pXML, const gchar *szFullPath);
 
 GType dasher_editor_internal_get_type();
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]