mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
fix nits
This commit is contained in:
parent
b42af6404f
commit
9bb97e42e0
@ -71,7 +71,6 @@ static void *ui_companion_qt_init(void)
|
|||||||
|
|
||||||
handle->lock = slock_new();
|
handle->lock = slock_new();
|
||||||
handle->thread = sthread_create(qt_thread, handle);
|
handle->thread = sthread_create(qt_thread, handle);
|
||||||
|
|
||||||
if (!handle->thread)
|
if (!handle->thread)
|
||||||
{
|
{
|
||||||
slock_free(handle->lock);
|
slock_free(handle->lock);
|
||||||
@ -87,7 +86,6 @@ static int ui_companion_qt_iterate(void *data, unsigned action)
|
|||||||
(void)data;
|
(void)data;
|
||||||
(void)action;
|
(void)action;
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user