Don't defer Editor::track_canvas_size_allocated () (defer the timebar redrawing inste...
[ardour.git] / gtk2_ardour / editor.h
index 0cffd0ad32d7a60c2904df809dda0be5efbfa13a..f58602b266360f60047fb7bfa0a4c8fb2d89a555 100644 (file)
@@ -251,7 +251,6 @@ class Editor : public PublicEditor
 
        void set_show_measures (bool yn);
        bool show_measures () const { return _show_measures; }
-       bool initial_ruler_update_required;
 
 #ifdef FFT_ANALYSIS
        /* analysis window */
@@ -1419,7 +1418,6 @@ public:
        bool track_canvas_motion_notify_event (GdkEventMotion* event);
 
        Gtk::Allocation canvas_allocation;
-       bool canvas_idle_queued;
        void track_canvas_allocate (Gtk::Allocation alloc);
        bool track_canvas_size_allocated ();