ksys/phys: Remove obsolete comment

This commit is contained in:
Léo Lam 2021-04-22 01:32:17 +02:00
parent dd705aea99
commit b687a50f46
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ struct ICharacterControllerParam {
virtual void* createForm(int form_idx, sead::Heap* heap) = 0;
};
// TODO: more functions
struct CharacterControllerParam : agl::utl::ParameterList, ICharacterControllerParam {
struct Form : agl::utl::ParameterList {
Form();