From a97376dd808f72e0bc0c1a0f40c1a6244f0b0c3c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 24 Jan 2013 21:58:07 +0000 Subject: fix up rather odd sizing model for ProcessorBox that affected Pixfaders used as controls git-svn-id: svn://localhost/ardour2/branches/3.0@13994 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/processor_box.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gtk2_ardour/processor_box.h') diff --git a/gtk2_ardour/processor_box.h b/gtk2_ardour/processor_box.h index f500a06838..157cdbf27e 100644 --- a/gtk2_ardour/processor_box.h +++ b/gtk2_ardour/processor_box.h @@ -119,7 +119,6 @@ public: void set_position (Position); boost::shared_ptr processor () const; void set_enum_width (Width); - virtual void set_pixel_width (int); /** Hide any widgets that should be hidden */ virtual void hide_things (); @@ -156,7 +155,6 @@ private: public: Control (boost::shared_ptr, std::string const &); - void set_pixel_width (int); void set_visible (bool); void add_state (XMLNode *) const; void set_state (XMLNode const *); @@ -367,7 +365,6 @@ class ProcessorBox : public Gtk::HBox, public PluginInterestedObject, public ARD gint idle_delete_processor (boost::weak_ptr); void weird_plugin_dialog (ARDOUR::Plugin& p, ARDOUR::Route::ProcessorStreams streams); - void on_size_allocate (Gtk::Allocation &); void setup_entry_positions (); -- cgit v1.2.3