summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkgraphview.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-05-05 16:06:24 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-05-05 16:06:24 (GMT)
commitad593ed12e5851d619cf1d921f0800378fb54d04 (patch)
treecc53a1de2fd7121f47076d566b180e6c9987a510 /src/gtkext/gtkgraphview.h
parent7bfd47436b231f4cd8587850ca8c7ac54c2c254e (diff)
Fixed some warnings during the compilation.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@528 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext/gtkgraphview.h')
-rw-r--r--src/gtkext/gtkgraphview.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gtkext/gtkgraphview.h b/src/gtkext/gtkgraphview.h
index bd0e05c..7f841be 100644
--- a/src/gtkext/gtkgraphview.h
+++ b/src/gtkext/gtkgraphview.h
@@ -28,9 +28,6 @@
#include <gtk/gtk.h>
-#include "gtklinkrenderer.h"
-
-
#define GTK_TYPE_GRAPH_VIEW (gtk_graph_view_get_type())
#define GTK_GRAPH_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GTK_TYPE_GRAPH_VIEW, GtkGraphView))
@@ -56,9 +53,6 @@ GtkWidget *gtk_graph_view_new(void);
/* Place une vue sous forme de bloc dans le graphique. */
void gtk_graph_view_put(GtkGraphView *, GtkWidget *, const GtkAllocation *);
-/* Définit les liens graphiques à présenter avec la vue. */
-void gtk_graph_view_attach_links(GtkGraphView *, GtkLinkRenderer **, size_t);
-
#endif /* _GTKEXT_GTKGRAPHVIEW_H */