From 47dc94531fbe997035f9a13cc65a01c0c597782f Mon Sep 17 00:00:00 2001 From: Gordon JC Pearce Date: Thu, 12 Sep 2024 17:13:05 +0100 Subject: [PATCH] removed aboutwindow --- plugin/ui.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/plugin/ui.hpp b/plugin/ui.hpp index d873ca1..f15728c 100644 --- a/plugin/ui.hpp +++ b/plugin/ui.hpp @@ -15,11 +15,9 @@ class DistrhoUIchassis : public UI { void onDisplay() override; private: - Image fImgBackground; + Image fImgBackground; DISTRHO_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(DistrhoUIchassis) -// ImageAboutWindow fAboutWindow; - + // ImageAboutWindow fAboutWindow; }; END_NAMESPACE_DISTRHO -