summaryrefslogtreecommitdiffstats
path: root/src/ganv-private.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-10 23:09:54 +0000
committerDavid Robillard <d@drobilla.net>2012-08-10 23:09:54 +0000
commita148ad8bd4eb198c201aa54d12a03c02f246a71c (patch)
treeb249c7b7b3aeb091bddc835bed5d8dd94b048389 /src/ganv-private.h
parent0c0751c5d2e050a6d23a79611ab9e8f100e76581 (diff)
downloadganv-a148ad8bd4eb198c201aa54d12a03c02f246a71c.tar.gz
ganv-a148ad8bd4eb198c201aa54d12a03c02f246a71c.tar.bz2
ganv-a148ad8bd4eb198c201aa54d12a03c02f246a71c.zip
Fix a ton of warnings.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4648 a436a847-0d15-0410-975c-d299462d15a1
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,