From 6a3c726acfbe9c4e3296955a36cc78626ea1ae49 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 28 Apr 2021 23:40:08 +0200 Subject: [PATCH] Get rid of spurious accessibility label --- src/wine-host/bridges/vst3.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wine-host/bridges/vst3.h b/src/wine-host/bridges/vst3.h index 61e6adcd..82fbd9bd 100644 --- a/src/wine-host/bridges/vst3.h +++ b/src/wine-host/bridges/vst3.h @@ -361,7 +361,6 @@ class Vst3Bridge : public HostBridge { void unregister_context_menu(size_t object_instance_id, size_t context_menu_id); - public: /** * A logger instance we'll use to log about failed * `FUnknown::queryInterface` calls, so they can be hidden on verbosity