remove unused line
[ardour.git] / libs / ardour / ardour / stripable.h
index 28c8fe1d93ff8dd9224121e0a2a6c51a71430070..5c36b39d310409ac71c805f54e7af31de52b8312 100644 (file)
@@ -147,6 +147,8 @@ class LIBARDOUR_API Stripable : public SessionObject,
        virtual boost::shared_ptr<AutomationControl> filter_slope_controllable (bool hp) const = 0;
        virtual boost::shared_ptr<AutomationControl> filter_enable_controllable (bool hp) const = 0;
 
+       virtual boost::shared_ptr<AutomationControl> tape_drive_controllable () const { return boost::shared_ptr<AutomationControl>(); }
+
        /* "well-known" controls for a compressor in this route. Any or all may
         * be null.
         */