]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.cpp
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetERT.cpp
index 10452d7cf11f33a7b52aaf9917211387e908a426..17639299238d3ad9508b0ba139dbf3eb719a00dc 100644 (file)
@@ -24,7 +24,6 @@
 #include "Layout.h"
 #include "Lexer.h"
 #include "LyXAction.h"
-#include "MetricsInfo.h"
 #include "OutputParams.h"
 #include "ParagraphParameters.h"
 #include "Paragraph.h"
@@ -147,13 +146,6 @@ docstring const InsetERT::buttonLabel(BufferView const & bv) const
 }
 
 
-bool InsetERT::showInsetDialog(BufferView * bv) const
-{
-       bv->showDialog("ert");
-       return true;
-}
-
-
 InsetCollapsable::CollapseStatus InsetERT::string2params(string const & in)
 {
        if (in.empty())