git: 8244eb2fc007 - main - emulators/elliott-803: remove obsolete patch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Feb 2023 16:13:54 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=8244eb2fc007a946bd5e97678388336c70b8494d commit 8244eb2fc007a946bd5e97678388336c70b8494d Author: Christopher Hall <hsw@bitmark.com> AuthorDate: 2023-02-15 16:12:07 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2023-02-15 16:12:07 +0000 emulators/elliott-803: remove obsolete patch Differential Revision: https://reviews.freebsd.org/D38604 --- emulators/elliott-803/files/patch-emulator_emulator.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/emulators/elliott-803/files/patch-emulator_emulator.c b/emulators/elliott-803/files/patch-emulator_emulator.c deleted file mode 100644 index c8cd49eb7858..000000000000 --- 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);