summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/jack_port.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/jack_port.h')
-rw-r--r--libs/ardour/ardour/jack_port.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/ardour/ardour/jack_port.h b/libs/ardour/ardour/jack_port.h
index c3c31c938d..d973ed2cab 100644
--- a/libs/ardour/ardour/jack_port.h
+++ b/libs/ardour/ardour/jack_port.h
@@ -62,13 +62,7 @@ class JackPort : public virtual Port {
}
void ensure_monitor_input (bool yn) {
-
-#ifdef HAVE_JACK_PORT_ENSURE_MONITOR
jack_port_ensure_monitor (_port, yn);
-#else
- jack_port_request_monitor(_port, yn);
-#endif
-
}
/*XXX completely bloody useless imho*/