summaryrefslogtreecommitdiffstats
path: root/src/Canvas.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-08 01:24:37 +0000
committerDavid Robillard <d@drobilla.net>2011-12-08 01:24:37 +0000
commit3cd19961949ebcd69172e184f004427cfb59d5bf (patch)
treeef08aac8ee394cb9ec19336b43098e1c16070e97 /src/Canvas.cpp
parent3382158d77d904bfdec50c30c3dfdec22d46df3b (diff)
downloadganv-3cd19961949ebcd69172e184f004427cfb59d5bf.tar.gz
ganv-3cd19961949ebcd69172e184f004427cfb59d5bf.tar.bz2
ganv-3cd19961949ebcd69172e184f004427cfb59d5bf.zip
Tidy.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3834 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Canvas.cpp')
-rw-r--r--src/Canvas.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Canvas.cpp b/src/Canvas.cpp
index 9f326a9..704714a 100644
--- a/src/Canvas.cpp
+++ b/src/Canvas.cpp
@@ -310,7 +310,6 @@ void
GanvCanvasImpl::selection_move_finished()
{
FOREACH_ITEM(_selected_items, i) {
- std::cerr << "FIXME: selection move finished" << std::endl;
double x, y;
g_object_get(*i, "x", &x, "y", &y, NULL);
g_signal_emit(*i, signal_moved, 0, x, y, NULL);
@@ -1644,7 +1643,6 @@ Canvas::arrange(bool use_length_hints)
gnome_canvas_scroll_to(GNOME_CANVAS(impl()->_gcanvas), 0, 0);
FOREACH_ITEM(impl()->_items, i) {
- std::cerr << "FIXME: arrange moved" << std::endl;
double x, y;
g_object_get(*i, "x", &x, "y", &y, NULL);
g_signal_emit(*i, signal_moved, 0, x, y, NULL);