Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Aug 24, 2020
1 parent 2452769 commit 27b7b3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions tasks/task_file_transfer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion tasks/task_image.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 27b7b3d

Please sign in to comment.