gfxhook/gfx.c: Remove unused self parameter

This commit is contained in:
2021-12-21 23:32:33 -05:00
committed by Hay1tsme
parent b6274f71a5
commit 7c90a79f69
5 changed files with 5 additions and 7 deletions

View File

@ -26,7 +26,7 @@ static const struct hook_symbol gfx_hooks[] = {
},
};
void gfx_hook_init(const struct gfx_config *cfg, HINSTANCE self)
void gfx_hook_init(const struct gfx_config *cfg)
{
assert(cfg != NULL);