From 4e2b0b891d1ff6d7829803bbee5d3f6127fd40ea Mon Sep 17 00:00:00 2001 From: manishthani Date: Tue, 8 Jan 2019 12:44:54 +0100 Subject: [PATCH] Removed useless function --- LibCarla/source/carla/geom/Transform.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/LibCarla/source/carla/geom/Transform.h b/LibCarla/source/carla/geom/Transform.h index f981e5359..e8a0591ff 100644 --- a/LibCarla/source/carla/geom/Transform.h +++ b/LibCarla/source/carla/geom/Transform.h @@ -49,13 +49,6 @@ namespace geom { return rotation; } - template - inline void TransformPointList(std::vector &in_point_list) const { - for (T in_point : in_point_list) { - TransformPoint(in_point); - } - } - inline void TransformPoint (Location &in_point) const { // Rotate