Turn rarch_threaded_video_send_and_wait to static function

This commit is contained in:
twinaphex 2015-12-08 11:17:26 +01:00
parent 1ea3b54411
commit bae51fb3bd
2 changed files with 1 additions and 3 deletions

View File

@ -1305,7 +1305,7 @@ const char *rarch_threaded_video_get_ident(void)
return thr->driver->ident;
}
void rarch_threaded_video_send_and_wait(thread_video_t *thr, thread_packet_t *pkt)
static void rarch_threaded_video_send_and_wait(thread_video_t *thr, thread_packet_t *pkt)
{
if (!thr || !pkt)
return;

View File

@ -73,8 +73,6 @@ typedef struct thread_packet thread_packet_t;
typedef struct thread_video thread_video_t;
void rarch_threaded_video_send_and_wait(thread_video_t *thr, thread_packet_t *pkt);
/**
* rarch_threaded_video_init:
* @out_driver : Output video driver