summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-07-07 13:30:57 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-07-07 13:30:57 +0000
commit7310c47fe6748f56e3628e582c1b3d20492b3955 (patch)
treec3b42125be12e6a9992c8a8709767a4a73f17a83
parent65c2782e6ed4bd7c5ee2c39dc9dece66a0bb4578 (diff)
remove commented code
git-svn-id: svn://localhost/ardour2/branches/3.0@9798 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--gtk2_ardour/time_axis_view.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/gtk2_ardour/time_axis_view.cc b/gtk2_ardour/time_axis_view.cc
index aff4b32abf..c3d219cca8 100644
--- a/gtk2_ardour/time_axis_view.cc
+++ b/gtk2_ardour/time_axis_view.cc
@@ -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 ();