diff --git a/gfx/video_thread_wrapper.c b/gfx/video_thread_wrapper.c index 820f150e34..e801052c43 100644 --- a/gfx/video_thread_wrapper.c +++ b/gfx/video_thread_wrapper.c @@ -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; diff --git a/gfx/video_thread_wrapper.h b/gfx/video_thread_wrapper.h index 72e5965785..529fc81caf 100644 --- a/gfx/video_thread_wrapper.h +++ b/gfx/video_thread_wrapper.h @@ -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