summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index cf6b2b7c60..db5cddca39 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -124,9 +124,6 @@ class Route : public IO
void set_mute_config (mute_type, bool, void *src);
bool get_mute_config (mute_type);
-
- void set_phase_invert (bool yn, void *src);
- bool phase_invert() const { return _phase_invert; }
void set_edit_group (RouteGroup *, void *);
void drop_edit_group (void *);
@@ -269,7 +266,6 @@ class Route : public IO
bool _soloed : 1;
bool _solo_muted : 1;
bool _solo_safe : 1;
- bool _phase_invert : 1;
bool _recordable : 1;
bool _active : 1;
bool _mute_affects_pre_fader : 1;