]> git.lyx.org Git - lyx.git/blobdiff - src/ASpell.cpp
an example for the sweave module, prepared by Gregor Gorjanc
[lyx.git] / src / ASpell.cpp
index fee21fca2e2e8c85cd13e004b759cd5e47a15e55..c99ff0498c6eef8117285c5eea6a5b318b390c0f 100644 (file)
@@ -25,10 +25,8 @@ using namespace std;
 
 namespace lyx {
 
-ASpell::ASpell(BufferParams const &, string const & lang)
-       : els(0), spell_error_object(0)
+ASpell::ASpell(): els(0), spell_error_object(0)
 {
-       addSpeller(lang);
 }