From 4c014bc7894cf87da4914209ff20754dbda670fe Mon Sep 17 00:00:00 2001 From: adrien Date: Tue, 6 May 2025 08:47:10 +0200 Subject: [PATCH] =?UTF-8?q?variable=20inutilis=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Grille.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Grille.php b/Grille.php index 82e83d3..9523996 100644 --- a/Grille.php +++ b/Grille.php @@ -11,7 +11,6 @@ class Grille implements ArrayAccess { private $nb_positions; public $lignes = []; public $colonnes = []; - public $valide = false; public function __construct($hauteur, $largeur) {