NO-OP: whitespace
[ardour.git] / gtk2_ardour / processor_box.h
index cb13f42b436b0a3504b76e703db598e6a2d045f4..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 ();
@@ -255,10 +254,11 @@ private:
                bool on_button_press_event (GdkEventButton *ev);
                void update_height_alloc (uint32_t inline_height);
 
-               void display_frame (cairo_t* cr, double w, double h);
+               void display_sample (cairo_t* cr, double w, double h);
 
                ProcessorEntry& _entry;
                bool _scroll;
+               const uint32_t _given_max_height;
        };
 
        class LuaPluginDisplay : public PluginInlineDisplay {