From e1c4e3e8f26e4e63e534983f6e470f62bf65dd45 Mon Sep 17 00:00:00 2001 From: Marijn van der Werf Date: Mon, 17 Oct 2016 16:07:32 +0200 Subject: [PATCH] Remove more C bridging code --- test/testpaint/FunctionCall.cpp | 6 ------ 1 file changed, 6 deletions(-) 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