summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-02-16 09:19:45 -0600
committerBen Loftis <ben@harrisonconsoles.com>2018-02-17 09:24:14 -0600
commitcfed95fd0beb857f864c3abbab3ce30013dfd2d3 (patch)
tree51b6478559fb571dedfea2108b979ef80570a585 /gtk2_ardour/ardour_ui.h
parent309ca938e6a6617a2cc40cb6748a46c327e9f773 (diff)
Remove unused status labels. (using gauges instead)
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 12fa270e17..99aa0e2503 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -566,22 +566,18 @@ private:
Gtk::Label wall_clock_label;
gint update_wall_clock ();
- Gtk::Label disk_space_label;
void update_disk_space ();
Gtk::Label timecode_format_label;
void update_timecode_format ();
- Gtk::Label cpu_load_label;
void update_cpu_load ();
- Gtk::Label xrun_label;
void update_xrun_count ();
Gtk::Label peak_thread_work_label;
void update_peak_thread_work ();
- Gtk::Label buffer_load_label;
void update_buffer_load ();
Gtk::Label sample_rate_label;