NO-OP: whitespace
[ardour.git] / gtk2_ardour / processor_box.h
index 410e5b91d7440e813d1470cb39b41bae3fac506e..81c5c8e20fb3a57dee720c9a106a42fe52294063 100644 (file)
@@ -120,7 +120,6 @@ class PluginPinWindowProxy : public WM::ProxyBase
        ARDOUR::SessionHandlePtr* session_handle();
 
   private:
-       ProcessorBox* _processor_box;
        boost::weak_ptr<ARDOUR::Processor> _processor;
 
        void processor_going_away ();
@@ -259,6 +258,7 @@ private:
 
                ProcessorEntry& _entry;
                bool _scroll;
+               const uint32_t _given_max_height;
        };
 
        class LuaPluginDisplay : public PluginInlineDisplay {