diff --git a/emulators/elliott-803/files/patch-emulator_emulator.c b/emulators/elliott-803/files/patch-emulator_emulator.c deleted file mode 100644 --- a/emulators/elliott-803/files/patch-emulator_emulator.c +++ /dev/null @@ -1,11 +0,0 @@ ---- emulator/emulator.c.orig 2020-11-27 12:36:20 UTC -+++ emulator/emulator.c -@@ -533,7 +533,7 @@ bool handle_key(commands_t *cmd, - wch[0] = c; - wch[1] = L'\0'; - -- int x, x1, y; -+ int x, x1, y __unused; - getyx(pads->status, y, x); - - waddwstr(pads->status, wch);