From e4570ac89ddf40f1e8bfa5e361064732d956ea0c Mon Sep 17 00:00:00 2001 From: Tau Date: Sun, 1 Sep 2019 11:49:06 -0400 Subject: [PATCH] mu3hook/io4.c: Remove unused global Remnant from factoring out mu3io.dll. --- mu3hook/io4.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mu3hook/io4.c b/mu3hook/io4.c index 2b9d820..d9cf8ce 100644 --- a/mu3hook/io4.c +++ b/mu3hook/io4.c @@ -16,8 +16,6 @@ static const struct io4_ops mu3_io4_ops = { .poll = mu3_io4_poll, }; -static int mu3_lever_pos; - HRESULT mu3_io4_hook_init(void) { HRESULT hr;