summaryrefslogtreecommitdiffstats
path: root/src/ganv-private.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-09 01:51:12 +0000
committerDavid Robillard <d@drobilla.net>2012-08-09 01:51:12 +0000
commitc4a7e58fc8a4aaf2653093de0b79465a071b0b3b (patch)
treedf4435e4597f1afa1294640a616eb059f5032614 /src/ganv-private.h
parentd97b79a7ed7a09840a9d57c8299aafaa42037226 (diff)
downloadganv-c4a7e58fc8a4aaf2653093de0b79465a071b0b3b.tar.gz
ganv-c4a7e58fc8a4aaf2653093de0b79465a071b0b3b.tar.bz2
ganv-c4a7e58fc8a4aaf2653093de0b79465a071b0b3b.zip
Fix prototypes.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4632 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/ganv-private.h')
-rw-r--r--src/ganv-private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ganv-private.h b/src/ganv-private.h
index 2806d58..4c2a56d 100644
--- a/src/ganv-private.h
+++ b/src/ganv-private.h
@@ -200,9 +200,6 @@ ganv_canvas_port_event(GanvCanvas* canvas,
void
ganv_item_invoke_update(GanvItem* item, int flags);
-void
-ganv_canvas_base_request_update(GanvCanvasBase* canvas);
-
#ifdef __cplusplus
} /* extern "C" */
#endif