diff --git a/src/wine-host/bridges/vst3.cpp b/src/wine-host/bridges/vst3.cpp index 81286fdd..6a928f00 100644 --- a/src/wine-host/bridges/vst3.cpp +++ b/src/wine-host/bridges/vst3.cpp @@ -34,8 +34,6 @@ * `IComponent` pointer into an `IPluginBase` smart pointer. This way we can * keep the rest of yabridge's design in tact. */ -using std::endl; - Steinberg::FUnknownPtr hack_init_plugin_base( Steinberg::IPtr object, Steinberg::IPtr component);