summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-09-29 18:22:55 +0200
committerRobin Gareus <robin@gareus.org>2019-09-29 18:25:14 +0200
commit70c523e0e8f376ce5e2d940051f6f2f5709ad76f (patch)
tree6fc4bed45491221f052f4853d60659c8af59d9a6 /gtk2_ardour/route_ui.h
parentf417bc07d0aa984663217da2ec695c276c853271 (diff)
Remove defunct Route "Adjust Latency" GUI
This was based on Ardour-5 style "set custom latency of the IO", and inform, override JACK-port latency compensation. Ardour6: IO itself is no longer in control. This is abstracted by IOProcessor. In any case, this is to be superseded by bundling a-virtual-latency, and allowing track playback offset (that has no additional thru-latency for cue-monitoring).
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index eafa161144..82a0ee1ec4 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -251,7 +251,6 @@ public:
virtual void map_frozen ();
- void adjust_latency ();
void save_as_template_dialog_response (int response, SaveTemplateDialog* d);
void save_as_template ();