(Android) We now do everything natively (including video) - so

we no longer need this
This commit is contained in:
twinaphex 2012-10-16 12:01:00 +02:00
parent 46fd925d01
commit 11465db9c1

View File

@ -235,18 +235,14 @@ void init_drivers(void)
{
adjust_system_rates();
#ifndef ANDROID
init_video_input();
#endif
init_audio();
}
void uninit_drivers(void)
{
uninit_audio();
#ifndef ANDROID
uninit_video_input();
#endif
}
#ifdef HAVE_DYLIB