X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fjack_utils.h;h=40eb30f9ea9c7a18802be6b69690cc713e156c33;hb=8219fdee073ae20bf05bdb435bc1a7fb7cf0f089;hp=353724f0791c2af29d970591fe1a189d2de46d09;hpb=ee1b49f87e4b8e6406c059f29371892872d3fb85;p=ardour.git 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); - }