summaryrefslogtreecommitdiff
path: root/gtk2_ardour/wscript
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-02-20 12:22:11 +0100
committerRobin Gareus <robin@gareus.org>2018-02-20 12:23:14 +0100
commit7b4ab907d42ec8b12239adfcdf5b86223b0f935b (patch)
treea68c23371c8d488b59a937e93f0adf636b05f7d7 /gtk2_ardour/wscript
parent66732e4791be588b43cee4c43ebfb841b4a260eb (diff)
Remove ArdourGauges -- since they're no longer actual Gauge widgets
The Gauges devolved into Labels with dedicated formatting and UI-config colors. Prevent ArdourButton to happen all over over again...
Diffstat (limited to 'gtk2_ardour/wscript')
-rw-r--r--gtk2_ardour/wscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript
index 857e7a33c2..ad61135d32 100644
--- a/gtk2_ardour/wscript
+++ b/gtk2_ardour/wscript
@@ -32,7 +32,6 @@ gtk2_ardour_sources = [
'ambiguous_file_dialog.cc',
'analysis_window.cc',
'ardour_dialog.cc',
- 'ardour_gauge.cc',
'ardour_http.cc',
'ardour_ui.cc',
'ardour_ui2.cc',
@@ -65,10 +64,7 @@ gtk2_ardour_sources = [
'cursor_context.cc',
'curvetest.cc',
'debug.cc',
- 'disk_space_gauge.cc',
'duplicate_routes_dialog.cc',
- 'disk_io_gauge.cc',
- 'dsp_load_gauge.cc',
'edit_note_dialog.cc',
'editing.cc',
'editor.cc',