From a4bd4a88cc0615edfc7e710e8e09d045a8d90034 Mon Sep 17 00:00:00 2001 From: Roz K Date: Mon, 5 Dec 2022 05:48:54 +0100 Subject: [PATCH] Remove old TODOs. --- cpp/math.cpp | 2 -- cpp/types.hpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/cpp/math.cpp b/cpp/math.cpp index abaa13d..ee2da7b 100644 --- a/cpp/math.cpp +++ b/cpp/math.cpp @@ -15,8 +15,6 @@ #include "math.hpp" -//TODO: benchmark this ctypes interface against pure python maths - void rk_mat3_rotation( rk_mat3 & ret, rk_vec3 const & axis, diff --git a/cpp/types.hpp b/cpp/types.hpp index ad9e82b..ba918dd 100644 --- a/cpp/types.hpp +++ b/cpp/types.hpp @@ -13,8 +13,6 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . -//TODO: use glm types - #ifndef _RK_ENGINE_TYPES_H #define _RK_ENGINE_TYPES_H