diff options
Diffstat (limited to 'canevas.cpp')
-rw-r--r-- | canevas.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/canevas.cpp b/canevas.cpp index 0c203fc..959e681 100644 --- a/canevas.cpp +++ b/canevas.cpp @@ -10,9 +10,6 @@ Canevas::Canevas() { Couche couches[MAX_COUCHES]; - /* for (int i = 0; i < MAX_COUCHES; i++) { */ - /* couches[i] = Couche(); */ - /* }; */ couches[0].changerEtat(STATE_ACTIVE); } |