From 955c9ce5340327eed2be0a5558c604632e2c8013 Mon Sep 17 00:00:00 2001 From: William Moberg Date: Mon, 7 Dec 2015 16:00:34 +0100 Subject: [PATCH] Removed superfluous function declaration. --- include/Engine/Core/Collision.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/Engine/Core/Collision.h b/include/Engine/Core/Collision.h index 2e90b8bf..b23b33cc 100644 --- a/include/Engine/Core/Collision.h +++ b/include/Engine/Core/Collision.h @@ -12,7 +12,6 @@ bool RayVsAABB(const Ray& ray, const AABB& box); bool RayVsAABB(const Ray& ray, const AABB& box, float& outDistance); bool AABBVsAABB(const AABB& a, const AABB& b); -bool AABBVsAABBTst(const AABB& a, const AABB& b); } #endif \ No newline at end of file