From 27f7b48ec8a48dff823d85c5e9e737f0e6b9b9fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 26 Jul 2019 16:02:37 +0200 Subject: [PATCH] Remove obsolete comment --- Cartesian_kernel/TODO | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Cartesian_kernel/TODO b/Cartesian_kernel/TODO index 1c43e251aa7..d6c10ccd38e 100644 --- a/Cartesian_kernel/TODO +++ b/Cartesian_kernel/TODO @@ -83,13 +83,6 @@ Backward - Merge Intersection package ? What about Conic ? - Cd must come back to life somehow... Currently, I've disabled it ~totally in Cartesian.h. Same thing for Conics... -- line_get_pointC2() could take "i" as "const FT&" directly, not "int", it - will avoid several constructions. Also, propagating that to the higher - level will also bring more functionality at the top level... - Seems like a stupid design choice at the beginning ? - Or did I miss something ? - Do we want to allow that for other implementations ? - Maybe there are other similar places. - Homogeneous' Point_2 has member functions : // and for efficiency in the predicates: const RT& hx_ref() const;