Remove call to CUtlVector<T>::Init

Constructor of CUtlVector calls it already.
This commit is contained in:
Kawe Mazidjatari 2023-05-01 22:50:51 +02:00
parent c02e738866
commit e2c7acef6f

View File

@ -37,7 +37,6 @@ struct ScriptFunctionBinding_t
_codehook = nullptr;
unk38 = 0;
_nparamscheck = nparamscheck;
_vector.Init();
_functor = functor;
}
};