summaryrefslogtreecommitdiff
path: root/gtk2_ardour/note.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/note.cc')
-rw-r--r--gtk2_ardour/note.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk2_ardour/note.cc b/gtk2_ardour/note.cc
index 3726d2f082..30149866c0 100644
--- a/gtk2_ardour/note.cc
+++ b/gtk2_ardour/note.cc
@@ -48,14 +48,6 @@ void
Note::move_event (double dx, double dy)
{
_rectangle->move (Duple (dx, dy));
-
- /* XXX */
- // if (_text) {
- // _text->hide();
- // _text->property_x() = _text->property_x() + dx;
- // _text->property_y() = _text->property_y() + dy;
- // _text->show();
- // }
}
Coord