diff options
Diffstat (limited to 'couche.cpp')
-rw-r--r-- | couche.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |