Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Nov 24, 2024
1 parent be2f105 commit 17000e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions resources/ui/carla_host.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down Expand Up @@ -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>
Expand Down
1 change: 0 additions & 1 deletion source/frontend/dialogs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 17000e7

Please sign in to comment.