LanguageMachines / libfolia

FoLiA library for C++
https://proycon.github.io/folia
GNU General Public License v3.0
15 stars 7 forks source link

reduce the number of is_declared functions #40

Open kosloot opened 4 years ago

kosloot commented 4 years ago

folia_engine contains a lot of is_declared variants (as does folia_document) most of them arr NOT or seldomly used. (also in other programs in foliautils and such) The can be removed to clean up stuff. Better now than after someone starts using them :)

The same for a lot of declare() variants.