From b0b05d239b339c6cc72840765ddb435210aa477e Mon Sep 17 00:00:00 2001 From: Cory Date: Fri, 29 Sep 2023 13:54:41 +0200 Subject: [PATCH] Remove todo --- src/Particle.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Particle.cpp b/src/Particle.cpp index acbd62c..0ff18e8 100644 --- a/src/Particle.cpp +++ b/src/Particle.cpp @@ -9,7 +9,6 @@ * * @bug No known bugs * - * @todo Implement constructor * */ #include "Particle.hpp"