Transfer Fn: skip phase calculation for silence and small signal levels
[ardour.git] / gtk2_ardour / plugin_selector.h
index bba22950ba24aa458b03d296fe9d9c9d03ccc027..f1be052028b2b1eb6b6621c6e0f6bbac885841c1 100644 (file)
@@ -82,7 +82,6 @@ private:
        /* combobox filters */
        ArdourWidgets::ArdourDropdown _fil_type_combo;
        ArdourWidgets::ArdourDropdown _fil_creator_combo;
-       ArdourWidgets::ArdourDropdown _fil_channel_combo;
 
        PluginInterestedObject* interested_object;
 
@@ -188,8 +187,7 @@ private:
        bool _need_tag_save;
        bool _need_status_save;
        bool _need_menu_rebuild;
-
-       bool inhibit_refill;
+       bool _inhibit_refill;
 };
 
 #endif // __ardour_plugin_selector_h__