]> git.lyx.org Git - lyx.git/blobdiff - src/aspell.C
layout file converter for layout files in old format
[lyx.git] / src / aspell.C
index 84fb21036994a8b56b3f955f0f790abbcd2ec97d..be2dc6ae981734d7c9b29c37948c21142ffca9fc 100644 (file)
@@ -11,8 +11,6 @@
 
 #include <config.h>
 
-#ifdef USE_ASPELL
-
 #include "debug.h"
 
 #include <aspell.h>
@@ -144,5 +142,3 @@ string const ASpell::error()
 
        return (err ? err : "");
 }
-
-#endif // USE_ASPELL