From a8b7ef9c58ae20140ae7802c63a8faf93367d6a3 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 9 Feb 2025 18:51:31 +0100 Subject: [PATCH] Fix leftover copy&paste Signed-off-by: falkTX --- distrho/extra/Filesystem.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/distrho/extra/Filesystem.hpp b/distrho/extra/Filesystem.hpp index 5826ed08..2fbc32ad 100644 --- a/distrho/extra/Filesystem.hpp +++ b/distrho/extra/Filesystem.hpp @@ -63,7 +63,6 @@ FILE* d_fopen(const char* const pathname, const char* const mode) */ struct SafeFileWriter { - /** Parameters from the run function, adjusted for event sync */ String filename; FILE* const fd;