mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
Remove unused variable
This commit is contained in:
parent
123025665d
commit
daf031173f
@ -93,6 +93,12 @@
|
|||||||
cmd->state[1], cmd->state[2]))
|
cmd->state[1], cmd->state[2]))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
struct rarch_dir_list
|
||||||
|
{
|
||||||
|
struct string_list *list;
|
||||||
|
size_t ptr;
|
||||||
|
};
|
||||||
|
|
||||||
typedef struct event_cmd_state
|
typedef struct event_cmd_state
|
||||||
{
|
{
|
||||||
retro_input_t state[3];
|
retro_input_t state[3];
|
||||||
|
@ -112,11 +112,7 @@ enum runloop_ctl_state
|
|||||||
|
|
||||||
typedef int (*transfer_cb_t)(void *data, size_t len);
|
typedef int (*transfer_cb_t)(void *data, size_t len);
|
||||||
|
|
||||||
typedef struct rarch_dir_list
|
typedef struct rarch_dir_list rarch_dir_list_t;
|
||||||
{
|
|
||||||
struct string_list *list;
|
|
||||||
size_t ptr;
|
|
||||||
} rarch_dir_list_t;
|
|
||||||
|
|
||||||
typedef struct rarch_dir
|
typedef struct rarch_dir
|
||||||
{
|
{
|
||||||
@ -127,7 +123,6 @@ typedef struct rarch_dir
|
|||||||
#ifdef HAVE_OVERLAY
|
#ifdef HAVE_OVERLAY
|
||||||
char osk_overlay[PATH_MAX_LENGTH];
|
char osk_overlay[PATH_MAX_LENGTH];
|
||||||
#endif
|
#endif
|
||||||
rarch_dir_list_t filter_dir;
|
|
||||||
} rarch_dir_t;
|
} rarch_dir_t;
|
||||||
|
|
||||||
typedef struct rarch_path
|
typedef struct rarch_path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user