]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetLayout.cpp
A bit more cleanup, after JMarc.
[features.git] / src / insets / InsetLayout.cpp
index 0659761810bd521d7f90f02ebf9edb66e05ddcd2..cb881f40dfbc952a8fcf41b03babe38357e6618f 100644 (file)
@@ -374,10 +374,6 @@ string InsetLayout::defaultCSSClass() const
 
 void InsetLayout::makeDefaultCSS() const
 {
-#ifdef TEX2LYX
-       // tex2lyx does not have FontInfo::asCSS()
-       return;
-#else
        if (!htmldefaultstyle_.empty()) 
                return;
        if (!htmltag_.empty()) {
@@ -397,7 +393,6 @@ void InsetLayout::makeDefaultCSS() const
 .                              from_ascii(htmllabeltag() + "." + defaultCSSLabelClass() + " {\n") +
                                labelfontCSS + from_ascii("\n}\n");
        */
-#endif
 }
 
 docstring InsetLayout::htmlstyle() const