tests: ecore_audio: remove dead code

These test cases do not exist and the code is commented out for a long time.
This commit is contained in:
Stefan Schmidt 2016-07-05 10:44:28 +02:00
parent 2a9c000859
commit 493df60950
1 changed files with 0 additions and 6 deletions

View File

@ -635,11 +635,5 @@ ecore_test_ecore_audio(TCase *tc)
#ifdef HAVE_PULSE
tcase_add_test(tc, ecore_test_ecore_audio_obj_pulse);
#endif
/*
tcase_add_test(tc, ecore_test_ecore_audio_default);
tcase_add_test(tc, ecore_test_ecore_audio_sndfile_vio);
tcase_add_test(tc, ecore_test_ecore_audio_custom);
*/
}