From e0ca4d83991d80865781c1dbbbfa1f92259a366a Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Sun, 11 Aug 2019 11:39:43 +0200 Subject: Fix building with clang 8.0 (#4346) --- src/Map.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/Map.cpp') diff --git a/src/Map.cpp b/src/Map.cpp index 5a0a4ea7c..479ea0bae 100644 --- a/src/Map.cpp +++ b/src/Map.cpp @@ -299,11 +299,6 @@ const cMapDecorator cMap::CreateDecorator(const cEntity * a_TrackedEntity) } else { - if ((PixelX > 320.0) || (PixelZ > 320.0)) - { - ; - } - Rot = 0; Type = cMapDecorator::eType::E_TYPE_PLAYER_OUTSIDE; -- cgit v1.2.3