Browse Source

Cleanup

Signed-off-by: falkTX <falktx@falktx.com>
pull/1970/head
falkTX 1 year ago
parent
commit
17000e7fe9
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 0 additions and 10 deletions
  1. +0
    -9
      resources/ui/carla_host.ui
  2. +0
    -1
      source/frontend/dialogs/__init__.py

+ 0
- 9
resources/ui/carla_host.ui View File

@@ -559,7 +559,6 @@
<string>&amp;Help</string>
</property>
<addaction name="act_help_about"/>
<addaction name="act_help_about_juce"/>
<addaction name="act_help_about_qt"/>
</widget>
<addaction name="menu_File"/>
@@ -1456,14 +1455,6 @@
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="act_help_about_juce">
<property name="text">
<string>About &amp;JUCE</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="act_help_about_qt">
<property name="text">
<string>About &amp;Qt</string>


+ 0
- 1
source/frontend/dialogs/__init__.py View File

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

Loading…
Cancel
Save