NO-OP: remove unused default argument

This commit is contained in:
Robin Gareus 2021-08-10 15:42:43 +02:00
parent 63a6cfa906
commit 303450e140
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -319,10 +319,10 @@ private:
void ladspa_refresh ();
void lua_refresh ();
void lua_refresh_cb ();
void windows_vst_refresh (bool cache_only = false);
void mac_vst_refresh (bool cache_only = false);
void lxvst_refresh (bool cache_only = false);
void vst3_refresh (bool cache_only = false);
void windows_vst_refresh (bool cache_only);
void mac_vst_refresh (bool cache_only);
void lxvst_refresh (bool cache_only);
void vst3_refresh (bool cache_only);
void add_lrdf_data (const std::string &path);
void add_ladspa_presets ();