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;