From 538a1e79c40dfd2fb8d673062fac3844268546c4 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Thu, 25 Jul 2013 15:06:49 +1000 Subject: Remove ARDOUR::start_jack_server now that jack autostart works on windows --- libs/ardour/test/jack_utils_test.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/test/jack_utils_test.h') diff --git a/libs/ardour/test/jack_utils_test.h b/libs/ardour/test/jack_utils_test.h index 6a42d1d015..08fad2fc36 100644 --- a/libs/ardour/test/jack_utils_test.h +++ b/libs/ardour/test/jack_utils_test.h @@ -15,7 +15,6 @@ class JackUtilsTest : public CppUnit::TestFixture CPPUNIT_TEST (test_server_paths); CPPUNIT_TEST (test_config); CPPUNIT_TEST (test_command_line); - CPPUNIT_TEST (test_start_server); CPPUNIT_TEST_SUITE_END (); public: @@ -29,5 +28,4 @@ public: void test_server_paths (); void test_config (); void test_command_line (); - void test_start_server (); }; -- cgit v1.2.3