remove commented code

git-svn-id: svn://localhost/ardour2/branches/3.0@9798 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-07-07 13:30:57 +00:00
parent 65c2782e6e
commit 7310c47fe6

View File

@ -219,15 +219,6 @@ TimeAxisView::~TimeAxisView()
delete _size_menu;
}
#if 0
void
TimeAxisView::show ()
{
canvas_display()->show();
canvas_background()->show();
}
#endif
void
TimeAxisView::hide ()
{
@ -293,9 +284,6 @@ TimeAxisView::show_at (double y, int& nth, VBox *parent)
_canvas_background->raise_to_top ();
_canvas_display->raise_to_top ();
// time_axis_vbox.show ();
// controls_ebox.show ();
_canvas_background->show ();
_canvas_display->show ();