mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-05 16:41:33 +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 )
|
void entityclass::changecustomcollect( int t, int s )
|
||||||
{
|
{
|
||||||
collect[t] = s;
|
collect[t] = s;
|
||||||
|
|||||||
@@ -32,8 +32,6 @@ public:
|
|||||||
|
|
||||||
void confirmflags();
|
void confirmflags();
|
||||||
|
|
||||||
void changecollect(int t, int s);
|
|
||||||
|
|
||||||
void changecustomcollect(int t, int s);
|
void changecustomcollect(int t, int s);
|
||||||
|
|
||||||
void fatal_top()
|
void fatal_top()
|
||||||
|
|||||||
Reference in New Issue
Block a user