diff --git a/test/testpaint/FunctionCall.cpp b/test/testpaint/FunctionCall.cpp index 8d7973b8c7..b120f5b2f7 100644 --- a/test/testpaint/FunctionCall.cpp +++ b/test/testpaint/FunctionCall.cpp @@ -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); - } -} \ No newline at end of file