mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Get rid of unused gfx_ctx_input struct
This commit is contained in:
parent
696dae6e70
commit
86d8eef0d3
@ -622,12 +622,6 @@ typedef struct gfx_ctx_metrics
|
|||||||
enum display_metric_types type;
|
enum display_metric_types type;
|
||||||
} gfx_ctx_metrics_t;
|
} gfx_ctx_metrics_t;
|
||||||
|
|
||||||
typedef struct gfx_ctx_input
|
|
||||||
{
|
|
||||||
input_driver_t **input;
|
|
||||||
void **input_data;
|
|
||||||
} gfx_ctx_input_t;
|
|
||||||
|
|
||||||
typedef struct gfx_ctx_ident
|
typedef struct gfx_ctx_ident
|
||||||
{
|
{
|
||||||
const char *ident;
|
const char *ident;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user