summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-03-07 09:25:18 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-03-07 09:25:18 -0500
commit770dbf8fdcbf25aa99a51edce739e07dfff1b1f6 (patch)
tree10f7faff869f6e6f9fe224b23f620bd35603859c /gtk2_ardour
parentfa5529b694ad4a75a9a1260a2c8416166a4ae7c1 (diff)
remove irrelevant comment
Diffstat (limited to 'gtk2_ardour')
-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