From 86d8eef0d3a4f76781ae7d8fa19ee2b4b49c7206 Mon Sep 17 00:00:00 2001 From: libretroadmin Date: Wed, 31 May 2023 01:13:39 +0200 Subject: [PATCH] Get rid of unused gfx_ctx_input struct --- gfx/video_driver.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gfx/video_driver.h b/gfx/video_driver.h index ee97c96893..64a31a7566 100644 --- a/gfx/video_driver.h +++ b/gfx/video_driver.h @@ -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;