removed aboutwindow

This commit is contained in:
Gordon JC Pearce 2024-09-12 17:13:05 +01:00
parent 0f0a592295
commit 47dc94531f

View File

@ -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