mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Remove unused function entityclass::changecustomcollect()
Looks like all accesses on obj.customcollect are done manually, so this function is unused.
This commit is contained in:
parent
a6340f356e
commit
0648d6bb0f
2 changed files with 0 additions and 7 deletions
|
@ -94,11 +94,6 @@ void entityclass::confirmflags()
|
|||
}
|
||||
}
|
||||
|
||||
void entityclass::changecustomcollect( int t, int s )
|
||||
{
|
||||
collect[t] = s;
|
||||
}
|
||||
|
||||
int entityclass::swncolour( int t )
|
||||
{
|
||||
//given colour t, return colour in setcol
|
||||
|
|
|
@ -32,8 +32,6 @@ public:
|
|||
|
||||
void confirmflags();
|
||||
|
||||
void changecustomcollect(int t, int s);
|
||||
|
||||
void fatal_top()
|
||||
{
|
||||
createblock(DAMAGE, -8, -8, 384, 16);
|
||||
|
|
Loading…
Reference in a new issue