Use shared static method to count plugins

This moves MixersStrip::help_count_plugins to RouteUI,
so that it can be shared with other Strip implementations.
This commit is contained in:
Robin Gareus 2022-01-01 15:34:47 +01:00
parent 4318d25ec7
commit 0a17d8e66a
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
4 changed files with 22 additions and 26 deletions

View file

@ -225,9 +225,6 @@ private:
bool input_active_button_press (GdkEventButton*);
bool input_active_button_release (GdkEventButton*);
void help_count_plugins (boost::weak_ptr<ARDOUR::Processor>);
uint32_t _plugin_insert_cnt;
gint mark_update_safe ();
guint32 mode_switch_in_progress;