Browse Source

Remove LV2 and AU checkboxes in refresh dialog, not needed

tags/1.9.5
falkTX 10 years ago
parent
commit
e04fd78cdc
1 changed files with 0 additions and 14 deletions
  1. +0
    -14
      resources/ui/carla_refresh.ui

+ 0
- 14
resources/ui/carla_refresh.ui View File

@@ -57,13 +57,6 @@
</property> </property>
</widget> </widget>
</item> </item>
<item>
<widget class="QCheckBox" name="ch_lv2">
<property name="text">
<string>LV2</string>
</property>
</widget>
</item>
<item> <item>
<widget class="QCheckBox" name="ch_vst"> <widget class="QCheckBox" name="ch_vst">
<property name="text"> <property name="text">
@@ -78,13 +71,6 @@
</property> </property>
</widget> </widget>
</item> </item>
<item>
<widget class="QCheckBox" name="ch_au">
<property name="text">
<string>AU</string>
</property>
</widget>
</item>
<item> <item>
<widget class="Line" name="line_3"> <widget class="Line" name="line_3">
<property name="lineWidth"> <property name="lineWidth">


Loading…
Cancel
Save