summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/jack_utils.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2013-07-25 15:06:49 +1000
committerTim Mayberry <mojofunk@gmail.com>2013-09-06 14:30:19 +1000
commit538a1e79c40dfd2fb8d673062fac3844268546c4 (patch)
tree32d095dbd5402f11e11e30a5ad7773beb119a292 /libs/ardour/ardour/jack_utils.h
parentd9994c10b4215939b4513826d8d690a6d243b42e (diff)
Remove ARDOUR::start_jack_server now that jack autostart works on windows
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);
-
}