From 770dbf8fdcbf25aa99a51edce739e07dfff1b1f6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 7 Mar 2014 09:25:18 -0500 Subject: [PATCH] remove irrelevant comment --- gtk2_ardour/note.cc | 8 -------- 1 file changed, 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