From e9b756c7ad7d51b41b2ccf0f72eb904b0eea2169 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 10 Sep 2014 03:16:43 +0200 Subject: input: remove central select() call This is now unused. Get rid of it and all surrounding infrastructure, and replace the remaining "wakeup pipe" with a semaphore. --- player/loadfile.c | 1 - 1 file changed, 1 deletion(-) (limited to 'player/loadfile.c') diff --git a/player/loadfile.c b/player/loadfile.c index 2917569017..4f4db2a376 100644 --- a/player/loadfile.c +++ b/player/loadfile.c @@ -1406,7 +1406,6 @@ struct playlist_entry *mp_next_file(struct MPContext *mpctx, int direction, // Return if all done. void mp_play_files(struct MPContext *mpctx) { - mp_input_set_main_thread(mpctx->input); mpctx->quit_player_rc = EXIT_NONE; for (;;) { idle_loop(mpctx); -- cgit v1.2.3