VK: remove unused init function declaration

This commit is contained in:
Megamouse 2020-01-03 12:00:17 +01:00
parent d12762414a
commit c9aee27d48
3 changed files with 5 additions and 9 deletions

View file

@ -279,7 +279,6 @@ error_code cellMsgDialogOpen2(u32 type, vm::cptr<char> msgString, vm::ptr<CellMs
cellSysutil.error("%s", msgString);
}
return open_msg_dialog(false, type, msgString, callback, userData, extParam);
}