removed no-longer-used Editor::track_canvas_motion()
[ardour.git] / gtk2_ardour / editor.h
index 45cfc5cbc89f7e73131cb885f55f89659e931e83..bf4783409c1309387c663cf68946a68f9cab02df 100644 (file)
@@ -117,6 +117,7 @@ class PlaylistSelector;
 class PluginSelector;
 class ProgressReporter;
 class RhythmFerret;
+class RulerDialog;
 class Selection;
 class SoundFileOmega;
 class StreamView;
@@ -722,8 +723,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
        void parameter_changed (std::string);
        void ui_parameter_changed (std::string);
 
-       bool track_canvas_motion (GdkEvent*);
-
        Gtk::EventBox             time_bars_event_box;
        Gtk::VBox                 time_bars_vbox;
 
@@ -805,6 +804,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
 
        Gtk::Widget * ruler_grabbed_widget;
 
+       RulerDialog* ruler_dialog;
+
        void initialize_rulers ();
        void update_just_timecode ();
        void compute_fixed_ruler_scale (); //calculates the RulerScale of the fixed rulers
@@ -1216,11 +1217,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
        void temporal_zoom_by_frame (framepos_t start, framepos_t end);
        void temporal_zoom_to_frame (bool coarser, framepos_t frame);
 
-       void insert_region_list_drag (boost::shared_ptr<ARDOUR::Region>, int x, int y);
        void insert_region_list_selection (float times);
 
-       void insert_route_list_drag (boost::shared_ptr<ARDOUR::Route>, int x, int y);
-
        /* import & embed */
 
        void add_external_audio_action (Editing::ImportMode);
@@ -1358,7 +1356,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
        void escape ();
        void lock ();
        void unlock ();
-       ArdourDialog* lock_dialog;
+       Gtk::Dialog* lock_dialog;
 
        struct timeval last_event_time;
        bool generic_event_handler (GdkEvent*);