X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FThesaurus.h;h=e63f2935236108b73cddbdb0104e5692aa6e515c;hb=4056f0ddb150d0e5d60bc5941d51e365eed0ac86;hp=f051d102ee0737f973dbdb88275960146e630c02;hpb=d2d31b9130a3a0eafef6378864baaddde90999f7;p=lyx.git diff --git a/src/Thesaurus.h b/src/Thesaurus.h index f051d102ee..e63f293523 100644 --- a/src/Thesaurus.h +++ b/src/Thesaurus.h @@ -17,13 +17,9 @@ #include #include -#ifdef HAVE_LIBMYTHES -#include MYTHES_H_LOCATION -#else #ifdef HAVE_LIBAIKSAURUS #include AIKSAURUS_H_LOCATION -#endif // HAVE_LIBAIKSAURUS -#endif // !HAVE_LIBMYTHES +#endif namespace lyx { @@ -46,13 +42,9 @@ public: Meanings lookup(docstring const & text); private: -#ifdef HAVE_LIBMYTHES - MyThes * thes_; -#else #ifdef HAVE_LIBAIKSAURUS - Aiksaurus * thes_; -#endif // HAVE_LIBAIKSAURUS -#endif // !HAVE_LIBMYTHES + Aiksaurus * aik_; +#endif }; extern Thesaurus thesaurus;