Track/Bus Inspector: remove unused latency "apply" button

Latency changes, and reset, are always directly applied.
LatencyGUI::finish is invoked by every change
This commit is contained in:
Robin Gareus 2019-07-17 17:08:00 +02:00
parent 7f12483336
commit 2fd57d23fa
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 1 additions and 8 deletions

View file

@ -92,8 +92,6 @@ private:
Gtk::Frame latency_frame;
Gtk::VBox latency_packer;
Gtk::HButtonBox latency_button_box;
Gtk::Button latency_apply_button;
LatencyGUI* latency_widget;
Gtk::Label delay_label;