mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 07:07:42 +00:00
Remove redundant _getPOIList methods
This commit is contained in:
@@ -16,12 +16,6 @@ public:
|
||||
CParticlePOINode(CInputStream& in);
|
||||
const CParticleData& GetParticleData() const {return x38_data;}
|
||||
|
||||
static u32 _getPOIList(const CCharAnimTime& time,
|
||||
CParticlePOINode* listOut,
|
||||
u32 capacity, u32 iterator, u32 unk1,
|
||||
const std::vector<CParticlePOINode>& stream,
|
||||
const CCharAnimTime& curTime,
|
||||
const IAnimSourceInfo& animInfo, u32 passedCount);
|
||||
static CParticlePOINode CopyNodeMinusStartTime(const CParticlePOINode& node,
|
||||
const CCharAnimTime& startTime);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user