summaryrefslogtreecommitdiffstats
path: root/src/ganv-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ganv-private.h')
-rw-r--r--src/ganv-private.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/ganv-private.h b/src/ganv-private.h
index 4c2a56d..a5d7047 100644
--- a/src/ganv-private.h
+++ b/src/ganv-private.h
@@ -150,14 +150,6 @@ struct _GanvTextImpl
/* Canvas */
void
-ganv_canvas_add_node(GanvCanvas* canvas,
- GanvNode* node);
-
-void
-ganv_canvas_remove_node(GanvCanvas* canvas,
- GanvNode* node);
-
-void
ganv_canvas_move_selected_items(GanvCanvas* canvas,
double dx,
double dy);
@@ -189,9 +181,6 @@ void
ganv_canvas_unselect_edge(GanvCanvas* canvas,
GanvEdge* edge);
-GdkCursor*
-ganv_canvas_get_move_cursor(const GanvCanvas* canvas);
-
gboolean
ganv_canvas_port_event(GanvCanvas* canvas,
GanvPort* port,