From f7fdf2eb77c1db9fecdb8e239749a79eb811da8e Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <github@naumov.de> Date: Thu, 1 Jun 2017 23:55:06 +0200 Subject: [PATCH] [GL] Remove unnecessary docu from AABB copy ctor. --- GeoLib/AABB.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/GeoLib/AABB.h b/GeoLib/AABB.h index 8f1d574648f..5c4ba628d5b 100644 --- a/GeoLib/AABB.h +++ b/GeoLib/AABB.h @@ -66,10 +66,6 @@ public: enlarge(); } - /** - * copy constructor. - * @param src an axis aligned bounding box - * */ AABB(AABB const&) = default; /** -- GitLab