From baed5ee4bd2dd04e49df650b07278a8ceb900cab Mon Sep 17 00:00:00 2001 From: Přemysl Janouch Date: Mon, 14 Feb 2011 10:14:28 +0100 Subject: Allow rotation of symbols. Bind this action to the right mouse button. Due to limitations of json-glib, we can't store rotation as an enum. --- liblogdiag/ld-canvas.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'liblogdiag/ld-canvas.h') diff --git a/liblogdiag/ld-canvas.h b/liblogdiag/ld-canvas.h index 9e2d105..3091a34 100644 --- a/liblogdiag/ld-canvas.h +++ b/liblogdiag/ld-canvas.h @@ -87,8 +87,6 @@ void ld_canvas_zoom_out (LdCanvas *self); void ld_canvas_add_object_begin (LdCanvas *self, LdDiagramObject *object); -/* TODO: The rest of the interface. */ - G_END_DECLS -- cgit v1.2.3-54-g00ecf