Only show user-presets in favorite sidebar
[ardour.git] / tools / bb / misc.cc
1 /* temporarily required due to some code design confusion (Feb 2014) */
2
3 #include "ardour/vst_types.h"
4
5 int vstfx_init (void*) { return 0; }
6 void vstfx_exit () {}
7 void vstfx_destroy_editor (VSTState*) {}