mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Match StartAction functions, remove NextFragment (#610)
This commit is contained in:

committed by
GitHub

parent
ba8744ef8f
commit
fb6eed9bff
@@ -118,14 +118,6 @@ public:
|
||||
void Reset() { m_match = NULL; }
|
||||
void Prepend(T p_newobj);
|
||||
|
||||
// TODO: Probably shouldn't exist
|
||||
void NextFragment()
|
||||
{
|
||||
if (m_match) {
|
||||
m_match = m_match->GetNext();
|
||||
}
|
||||
}
|
||||
|
||||
private:
|
||||
MxList<T>* m_list; // 0x08
|
||||
MxListEntry<T>* m_match; // 0x0c
|
||||
|
Reference in New Issue
Block a user