mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
don't use PluginSelector::vst_refiller if VST_SUPPORT not defined
git-svn-id: svn://localhost/ardour2/trunk@633 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5df781bb0d
commit
79bd2334db
1 changed files with 4 additions and 0 deletions
|
|
@ -150,7 +150,9 @@ PluginSelector::PluginSelector (PluginManager *mgr)
|
|||
added_list.get_selection()->signal_changed().connect (mem_fun(*this, &PluginSelector::added_list_selection_changed));
|
||||
|
||||
input_refiller ();
|
||||
#ifdef VST_SUPPORT
|
||||
vst_refiller ();
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
|
@ -308,7 +310,9 @@ PluginSelector::btn_update_clicked()
|
|||
{
|
||||
manager->refresh ();
|
||||
input_refiller ();
|
||||
#ifdef VST_SUPPORT
|
||||
vst_refiller ();
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifdef VST_SUPPORT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue