diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-01-15 00:44:03 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-01-15 00:44:03 -0500 |
commit | b83f6f255a3205bf8f99f8f1391aa0856c8aafb6 (patch) | |
tree | b8353be1d1f548b051940541e833d45c49baadd4 /canevas.cpp | |
parent | 6a20ac2049d7e9fbf827838259911bf0899f46d9 (diff) |
small optimisations
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); } |