Remove more C bridging code

This commit is contained in:
Marijn van der Werf 2016-10-17 16:07:32 +02:00
parent d05dfbe5dc
commit e1c4e3e8f2
1 changed files with 0 additions and 6 deletions

View File

@ -138,9 +138,3 @@ static SpriteGroup getSpriteGroup(uint16 spriteIndex) {
return SPRITEGROUP_NONE;
}
extern "C" {
bool assertFunctionCallEquals(function_call expected, function_call actual) {
return FunctionCall::AssertsEquals(expected, actual);
}
}