From 91ca388fd4f0d10d304bda1a355a4018d5573178 Mon Sep 17 00:00:00 2001 From: Pcornat Date: Wed, 4 Feb 2026 16:06:32 +0100 Subject: [PATCH] Remove useless todo --- include/character_sheet.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/character_sheet.hpp b/include/character_sheet.hpp index ee54cf3..08ea2c7 100644 --- a/include/character_sheet.hpp +++ b/include/character_sheet.hpp @@ -19,8 +19,6 @@ namespace character { std::string caractere{}; - //TODO: bad design pour les caractéristiques. Je dois trouver autre chose. - characteristic::Characteristic adresse{ characteristic::characType::Adresse }; characteristic::Characteristic endurance{ characteristic::characType::Endurance };