Get rid of unused gfx_ctx_input struct

This commit is contained in:
libretroadmin 2023-05-31 01:13:39 +02:00
parent 696dae6e70
commit 86d8eef0d3

View File

@ -622,12 +622,6 @@ typedef struct gfx_ctx_metrics
enum display_metric_types type;
} 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
{
const char *ident;