From b9850a6e8c45f95563a703af7f21dfe1c1ee40b6 Mon Sep 17 00:00:00 2001 From: Christoph Heinrich Date: Mon, 20 Feb 2023 04:37:59 +0100 Subject: [PATCH] input: remove unused struct member --- input/input.c | 1 - 1 file changed, 1 deletion(-) diff --git a/input/input.c b/input/input.c index 5b36deb87e..6afbc2094d 100644 --- a/input/input.c +++ b/input/input.c @@ -172,7 +172,6 @@ struct input_opts { int ar_delay; int ar_rate; int use_alt_gr; - int use_appleremote; int use_gamepad; int use_media_keys; int default_bindings;