This commit is contained in:
twinaphex 2020-08-24 14:35:25 +02:00
parent 2452769a80
commit 27b7b3dcfe
2 changed files with 0 additions and 3 deletions

View File

@ -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;

View File

@ -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)