Remove comment about host context interfaces

As it turns out, later SDK versions did add more interface. (this class
used to directly implement `IHostApplication`)
This commit is contained in:
Robbert van der Helm
2021-07-05 01:16:54 +02:00
parent 56a2ec854c
commit cd060fba24
@@ -32,8 +32,6 @@ Vst3HostContextProxyImpl::Vst3HostContextProxyImpl(
tresult PLUGIN_API
Vst3HostContextProxyImpl::queryInterface(const Steinberg::TUID _iid,
void** obj) {
// I don't think it's expected of a host to implement multiple interfaces on
// this object, so if we do get a call here it's important that it's logged
const tresult result = Vst3HostContextProxy::queryInterface(_iid, obj);
bridge.logger.log_query_interface("In FUnknown::queryInterface()", result,
Steinberg::FUID::fromTUID(_iid));