From 4e9108cd1e21b4a96aeaf6978c037f5d789da8a2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 12 Apr 2013 18:01:44 -0400 Subject: remove TimeAxisView::clip_to_viewport() and Editor::update_canvas_now() and Editor::flush_canvas() which should no longer be necessary with a sane canvas design --- gtk2_ardour/time_axis_view.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk2_ardour/time_axis_view.h') diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h index 86fd6ae67b..17b702ec38 100644 --- a/gtk2_ardour/time_axis_view.h +++ b/gtk2_ardour/time_axis_view.h @@ -125,8 +125,6 @@ class TimeAxisView : public virtual AxisView virtual guint32 show_at (double y, int& nth, Gtk::VBox *parent); virtual void hide (); - void clip_to_viewport (); - bool touched (double top, double bot); /** @return true if hidden, otherwise false */ -- cgit v1.2.3