summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/jack_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/jack_utils.h')
-rw-r--r--libs/ardour/ardour/jack_utils.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libs/ardour/ardour/jack_utils.h b/libs/ardour/ardour/jack_utils.h
index 353724f079..40eb30f9ea 100644
--- a/libs/ardour/ardour/jack_utils.h
+++ b/libs/ardour/ardour/jack_utils.h
@@ -250,12 +250,4 @@ namespace ARDOUR {
* We don't need this at the moment because the gui stores all its settings
*/
//std::string get_jack_command_line_from_config_file (const std::string& config_file_path);
-
- /**
- * Temporary for WIN32 only as jack_client_open doesn't start the server on that platform
- *
- * @return true if server was able to be started
- */
- bool start_jack_server (const std::string& command_line);
-
}