mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-07 11:01:40 -04:00
Silence unused param warnings for IsDelete functions
This commit is contained in:
@@ -479,6 +479,7 @@ static BOOL dScnLogo_Execute(dScnLogo_c* i_this) {
|
||||
|
||||
/* 8022D21C-8022D224 .text dScnLogo_IsDelete__FP10dScnLogo_c */
|
||||
static BOOL dScnLogo_IsDelete(dScnLogo_c* i_this) {
|
||||
UNUSED(i_this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user