]> git.lyx.org Git - lyx.git/blobdiff - src/pspell.C
Partial fix bug 2092: branches not propagated to child documents
[lyx.git] / src / pspell.C
index 9ca0feaeeec9882301fdbf6d0324c938943158b4..f7122650ba6eafa317d065efd8cf8bda9c8f961b 100644 (file)
@@ -11,8 +11,6 @@
 
 #include <config.h>
 
-#ifdef USE_PSPELL
-
 #include "debug.h"
 
 #define USE_ORIGINAL_MANAGER_FUNCS 1
@@ -155,5 +153,3 @@ string const PSpell::error()
                return err;
        return "";
 }
-
-#endif // USE_PSPELL