mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user