X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=dict-impl.h;h=030df6fd2f071a82b62e37eec022c04c648bcf11;hb=003aa44c1c2fecd15ff55f62aea88cda1a83be85;hp=2c5514d17c8cf5fe9d6bb3b1e179f42f8a183166;hpb=17755d5a91f1470057bf2308984a25e7432bcd8a;p=wordgame diff --git a/dict-impl.h b/dict-impl.h index 2c5514d..030df6f 100644 --- a/dict-impl.h +++ b/dict-impl.h @@ -83,8 +83,4 @@ trie_print_seen (trie_t *trie, string_t *word); int trie_print_unseen (trie_t *trie, string_t *word); -struct _dict { - trie_t *trie; -}; - #endif /* _DICT_IMPL_H_ */