summaryrefslogtreecommitdiff
path: root/couche.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'couche.cpp')
-rw-r--r--couche.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/couche.cpp b/couche.cpp
index b84cc73..3d31ebb 100644
--- a/couche.cpp
+++ b/couche.cpp
@@ -71,7 +71,6 @@ Forme *Couche::supprimerForme(int index) {
};
bool Couche::reinitialiser() {
- if (state == STATE_INIT) return false;
state = STATE_INIT;
vecteur.vider();
return true;