mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove unused function entityclass::changecollect()
Looks like all access on obj.collect are done manually, so this function is unused.
This commit is contained in:
@@ -94,12 +94,6 @@ void entityclass::confirmflags()
|
||||
}
|
||||
}
|
||||
|
||||
void entityclass::changecollect( int t, int s )
|
||||
{
|
||||
collect[t] = s;
|
||||
}
|
||||
|
||||
|
||||
void entityclass::changecustomcollect( int t, int s )
|
||||
{
|
||||
collect[t] = s;
|
||||
|
||||
Reference in New Issue
Block a user