diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-01-16 03:25:45 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-01-16 03:25:45 -0500 |
commit | 5f8fa959dab1106105f9e58325f65d0b51bb1631 (patch) | |
tree | cad0cd652230d7c003e261a0ba13235166e86f34 /couche.cpp | |
parent | e37d4911c750550896c4155f452736200d977b83 (diff) |
One graph left...
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; |