remove irrelevant comment

This commit is contained in:
Paul Davis
2014-03-07 09:25:18 -05:00
parent fa5529b694
commit 770dbf8fdc

View 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