From bb4a67102a7afaa14574ed5386e83657b2eaee9a Mon Sep 17 00:00:00 2001
From: Joffrey LE CUDENEC <joffrey.le-cudenec@etu.unistra.fr>
Date: Fri, 17 Dec 2021 02:45:09 +0100
Subject: [PATCH] Ajout de la documentation

---
 T3-Unity/Assets/Scripts/Waypoints/WaypointsFactory.cs | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/T3-Unity/Assets/Scripts/Waypoints/WaypointsFactory.cs b/T3-Unity/Assets/Scripts/Waypoints/WaypointsFactory.cs
index d1e4a50..206b8c9 100644
--- a/T3-Unity/Assets/Scripts/Waypoints/WaypointsFactory.cs
+++ b/T3-Unity/Assets/Scripts/Waypoints/WaypointsFactory.cs
@@ -56,14 +56,6 @@
         {
             return instance;
         }
-        /*
-        //! @brief Retourne si les waypoints ont fini d'être crée
-        //! @details Retourne si les waypoints ont fini d'être crée
-        public bool getTest()
-        {
-            return test;
-        }*/
-
 
         //! @brief Retourne les coordonnées des waypoints
         //! @details Retourne la liste des coordonnées des waypoints
-- 
GitLab