summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkgraphview.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-04-05 08:56:45 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-04-05 08:56:45 (GMT)
commitfd679be33396b0ba85ba6617b33a66d221026d91 (patch)
tree4aae9544c1dcbcacd8077da0ff3bd553b55db422 /src/gtkext/gtkgraphview.c
parentc9391d0a1d42a05c72fd1c909a00774561ac9f81 (diff)
Restored the panel for a glance at the current code view.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@503 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/gtkext/gtkgraphview.c')
-rw-r--r--src/gtkext/gtkgraphview.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gtkext/gtkgraphview.c b/src/gtkext/gtkgraphview.c
index cde919c..f9621b8 100644
--- a/src/gtkext/gtkgraphview.c
+++ b/src/gtkext/gtkgraphview.c
@@ -81,7 +81,6 @@ static gboolean gtk_graph_view_draw(GtkWidget *, cairo_t *, GtkGraphView *);
/* Actualise les besoins internes avant un redimensionnement. */
static void gtk_graph_view_prepare_resize(GtkGraphView *);
-
/* Réagit à la sélection externe d'une adresse. */
static void gtk_graph_view_define_main_address(GtkGraphView *, const vmpa2t *);