summaryrefslogtreecommitdiff
path: root/canevas.cpp
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-01-15 00:44:03 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2023-01-15 00:44:03 -0500
commitb83f6f255a3205bf8f99f8f1391aa0856c8aafb6 (patch)
treeb8353be1d1f548b051940541e833d45c49baadd4 /canevas.cpp
parent6a20ac2049d7e9fbf827838259911bf0899f46d9 (diff)
small optimisations
Diffstat (limited to 'canevas.cpp')
-rw-r--r--canevas.cpp3
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);
}