Commit 31c265bfbb435418989271c538be76e7b563cbfd
1 parent
c62798e8
modif relative arbre.c
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
arbre.h
@@ -21,7 +21,6 @@ int calculcase(char c); | @@ -21,7 +21,6 @@ int calculcase(char c); | ||
21 | 21 | ||
22 | bool est_vide(struct arbre *arbre); | 22 | bool est_vide(struct arbre *arbre); |
23 | 23 | ||
24 | -bool fin_de_mot(struct arbre *arbre); | ||
25 | 24 | ||
26 | void ini_dico(struct dico *pt_dico); | 25 | void ini_dico(struct dico *pt_dico); |
27 | 26 |