mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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:
parent
4318d25ec7
commit
0a17d8e66a
4 changed files with 22 additions and 26 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue