remove irrelevant comment
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 7 Mar 2014 14:25:18 +0000 (09:25 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 7 Mar 2014 14:25:18 +0000 (09:25 -0500)
gtk2_ardour/note.cc

index 3726d2f08262e7e6e42b2d8ccfda29f5d9e0d098..30149866c006305b73b389bb2e951b587d8fbd7c 100644 (file)
@@ -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