From df36d656650198b3cbf140e2982752a95b3f2c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sun, 27 Feb 2022 12:48:28 +0100 Subject: Revert "Add #ifdef declarations for NON_MATCHING code" This reverts commit 42807160cfb33af9f3cf2fa6b0ba98f232208cdb. It makes searching for NON_MATCHING comment descriptions much less convenient in most text editors or IDEs, and we want the function CSV to be the single source of truth for function statuses. Having a function marked as matching but not built because of a stray #ifdef would be bad. --- src/KingSystem/Map/mapObjectLink.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/KingSystem/Map/mapObjectLink.cpp') diff --git a/src/KingSystem/Map/mapObjectLink.cpp b/src/KingSystem/Map/mapObjectLink.cpp index aff66c1c..700ab069 100644 --- a/src/KingSystem/Map/mapObjectLink.cpp +++ b/src/KingSystem/Map/mapObjectLink.cpp @@ -185,7 +185,7 @@ void ObjectLinkData::setGenGroup(GenGroup* group) { mGenGroup = group; } -#ifdef NON_MATCHING +// NON_MATCHING bool ObjectLinkArray::checkLink(MapLinkDefType t, bool b) { bool x_exists; ObjectLink* link = nullptr; @@ -216,7 +216,6 @@ done: acc.acquire(nullptr); return acc.checkLinkTagActivated(b, x_exists); } -#endif ObjectLink* ObjectLinkArray::findLinkWithType(MapLinkDefType type) { return findLinkWithType_0(type); -- cgit v1.2.3