]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_stringinset.C
*duck*
[features.git] / src / mathed / math_stringinset.C
index bb381f340c96d5d8c6379c0b3e6f0e53adb8c283..220ee4013a82e4de2b379e2383028c3e4d7dafd2 100644 (file)
 #include "debug.h"
 
 
-MathStringInset::MathStringInset()
-       : str_()
-{}
-
 MathStringInset::MathStringInset(string const & s)
        : str_(s)
 {}