summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-12-12 19:44:03 +0100
committerRobin Gareus <robin@gareus.org>2016-12-17 02:43:42 +0100
commit8ba7e8f4ef6231c04d7833206690a7a291798c61 (patch)
tree95ed1565c8b80016f5b418ab36413a805f708e0d /gtk2_ardour/route_time_axis.h
parent85e4b1d98ff72afe8b3acaf38e9c269749093207 (diff)
Hide/remove per-track record-mode in favor of global setting.
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index 1a26868b47..2130977dbc 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -280,7 +280,9 @@ protected:
ArdourCanvas::Rectangle* timestretch_rect;
+#ifdef XXX_OLD_DESTRUCTIVE_API_XXX
void set_track_mode (ARDOUR::TrackMode, bool apply_to_selection = false);
+#endif
/** Information about all automatable processor parameters that apply to
* this route. The Amp processor is not included in this list.