From 17000e7fe99459b25a50094a8b00bdfa12f2bfbc Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 24 Nov 2024 14:10:05 +0100 Subject: [PATCH] Cleanup Signed-off-by: falkTX --- resources/ui/carla_host.ui | 9 --------- source/frontend/dialogs/__init__.py | 1 - 2 files changed, 10 deletions(-) diff --git a/resources/ui/carla_host.ui b/resources/ui/carla_host.ui index 30e4cb6ec0..4956f3e85e 100644 --- a/resources/ui/carla_host.ui +++ b/resources/ui/carla_host.ui @@ -559,7 +559,6 @@ &Help - @@ -1456,14 +1455,6 @@ QAction::NoRole - - - About &JUCE - - - QAction::NoRole - - About &Qt diff --git a/source/frontend/dialogs/__init__.py b/source/frontend/dialogs/__init__.py index d508024457..e933411be0 100644 --- a/source/frontend/dialogs/__init__.py +++ b/source/frontend/dialogs/__init__.py @@ -16,5 +16,4 @@ # # For a full copy of the GNU General Public License see the doc/GPL.txt file. -from .aboutjucedialog import AboutJuceDialog from .jackappdialog import JackAppDialog