mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +00:00
Cleanup
This commit is contained in:
parent
2452769a80
commit
27b7b3dcfe
@ -20,7 +20,6 @@
|
||||
#include <retro_common_api.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
|
||||
#include <queues/message_queue.h>
|
||||
#include <queues/task_queue.h>
|
||||
|
||||
#include "../msg_hash.h"
|
||||
@ -62,7 +61,6 @@ typedef struct nbio_handle
|
||||
void *data;
|
||||
char *path;
|
||||
struct nbio_t *handle;
|
||||
msg_queue_t *msg_queue;
|
||||
transfer_cb_t cb;
|
||||
|
||||
unsigned status;
|
||||
|
@ -406,7 +406,6 @@ bool task_push_image_load(const char *fullpath,
|
||||
nbio->status_flags = 0;
|
||||
nbio->data = NULL;
|
||||
nbio->handle = NULL;
|
||||
nbio->msg_queue = NULL;
|
||||
nbio->cb = &cb_nbio_image_thumbnail;
|
||||
|
||||
if (supports_rgba)
|
||||
|
Loading…
x
Reference in New Issue
Block a user