]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpecialChar.cpp
* add PreBabelPreamble to Language definition (fixes #4786).
[lyx.git] / src / insets / InsetSpecialChar.cpp
index 469e82c1c6712bbcb69cb0adaac560add98b9336..91c13645b535af7e541e949f2c71748b8fce16b2 100644 (file)
@@ -333,12 +333,6 @@ void InsetSpecialChar::validate(LaTeXFeatures & features) const
 }
 
 
-bool InsetSpecialChar::isChar() const
-{
-       return true;
-}
-
-
 bool InsetSpecialChar::isLetter() const
 {
        return kind_ == HYPHENATION || kind_ == LIGATURE_BREAK;