From 266c377b5a28023d5adcdfc337946602108cc836 Mon Sep 17 00:00:00 2001 From: Guillaume Piolat Date: Tue, 4 Feb 2025 15:53:51 +0100 Subject: [PATCH] Fix build --- host/dplug/host/vst2.d | 5 ----- 1 file changed, 5 deletions(-) diff --git a/host/dplug/host/vst2.d b/host/dplug/host/vst2.d index 31edadb1..b8806beb 100644 --- a/host/dplug/host/vst2.d +++ b/host/dplug/host/vst2.d @@ -89,11 +89,6 @@ nothrow @nogc: *err = false; } - override void close() - { - // not used anymore (remove in Dplug v15), destructor does this instead - } - // This destructor must handle a partially constructed object! ~this() {