mu3hook/io4.c: Remove unused global

Remnant from factoring out mu3io.dll.
This commit is contained in:
Tau 2019-09-01 11:49:06 -04:00
parent eccb5557d0
commit e4570ac89d
1 changed files with 0 additions and 2 deletions

View File

@ -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;