non-copy region drag now creates a new track when a region is dragged to the drop...
[ardour.git] / gtk2_ardour / route_time_axis.h
index d6ea6f4124f43f7351b7ca5fcb99d104164b3e89..2d854c451adb714ac6c4083e64bfdbb40a2227f5 100644 (file)
@@ -82,7 +82,7 @@ public:
        void show_selection (TimeSelection&);
        void set_button_names ();
 
-       void set_frames_per_pixel (double);
+       void set_samples_per_pixel (double);
        void set_height (uint32_t h);
        void show_timestretch (framepos_t start, framepos_t end, int layers, int layer);
        void hide_timestretch ();
@@ -211,8 +211,7 @@ protected:
 
        virtual void label_view ();
 
-       void reset_frames_per_pixel ();
-       void horizontal_position_changed ();
+       void reset_samples_per_pixel ();
 
        virtual void build_automation_action_menu (bool);
        virtual void append_extra_display_menu_items () {}