some (unfinished) work on incorporating Ben's rev 6919 changes regarding track select...
[ardour.git] / gtk2_ardour / automation_region_view.h
index 6d3a00d4b6a69133a2251aeda535a872879f8d97..9654d6afa1afdf4ed913e08bb8b866a4546d3661 100644 (file)
@@ -54,7 +54,6 @@ public:
        inline AutomationTimeAxisView* automation_view() const
                { return dynamic_cast<AutomationTimeAxisView*>(&trackview); }
 
-       void set_line(boost::shared_ptr<AutomationLine> line) { _line = line; }
        boost::shared_ptr<AutomationLine> line() { return _line; }
 
        // We are a ghost.  Meta ghosts?  Crazy talk.
@@ -69,7 +68,7 @@ protected:
        void region_resized (const PBD::PropertyChange&);
        bool canvas_event(GdkEvent* ev);
        void add_automation_event (GdkEvent* event, nframes_t when, double y);
-       void entered();
+       void entered (bool);
        void exited();
 
 private: