]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpecialChar.cpp
Stupid bug fix.
[lyx.git] / src / insets / InsetSpecialChar.cpp
index 99707cbb59ddb8250606a161798cf60de41b2638..e25cda94545b5cadec5497e98b7fc2970d1c2eb8 100644 (file)
@@ -291,12 +291,6 @@ void InsetSpecialChar::textString(odocstream & os) const
 }
 
 
-Inset * InsetSpecialChar::clone() const
-{
-       return new InsetSpecialChar(kind_);
-}
-
-
 void InsetSpecialChar::validate(LaTeXFeatures & features) const
 {
        if (kind_ == MENU_SEPARATOR)