From edeb8736f1af1f5680f8334414ad85c087b8c5e2 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Tue, 5 May 2020 18:20:10 +0300 Subject: remove ifdefs --- src/core/ZoneCull.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core') diff --git a/src/core/ZoneCull.h b/src/core/ZoneCull.h index 3659bca7..e0a905e4 100644 --- a/src/core/ZoneCull.h +++ b/src/core/ZoneCull.h @@ -123,8 +123,6 @@ public: static void CompressIndicesArray() {};// todo -#ifdef MIAMI //--MIAMI: TODO static bool PoliceAbandonCars(void) { return false; } -#endif }; -- cgit v1.2.3