Update GUI, drop Automatable::value_as_string() API
[ardour.git] / gtk2_ardour / ardour_spinner.h
index de8c9a147ac75e9cf5b32bdf446d24de081efe4d..b6ed229829fbac6c817293e8c595354610bfc0ef 100644 (file)
@@ -32,8 +32,7 @@ class ArdourSpinner : public Gtk::Alignment
        public:
                ArdourSpinner (
                                boost::shared_ptr<ARDOUR::AutomationControl>,
-                               Gtk::Adjustment* adj,
-                               boost::shared_ptr<ARDOUR::Automatable>);
+                               Gtk::Adjustment* adj);
 
                virtual ~ArdourSpinner ();
 
@@ -65,7 +64,6 @@ class ArdourSpinner : public Gtk::Alignment
                bool             _spin_ignore;
 
                boost::shared_ptr<ARDOUR::AutomationControl> _controllable;
-               boost::shared_ptr<ARDOUR::Automatable>       _printer;
 
 };