]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetMarginal.cpp
move the the latex and validate methods from InsetCollapsable to InsetText; small...
[features.git] / src / insets / InsetMarginal.cpp
index aa90baf2d76c75cb97d5076bb4146cedd674f369..2dbd9e33831c5b95cd1a994dc62d3e6b8a2c64a9 100644 (file)
@@ -35,18 +35,6 @@ docstring InsetMarginal::editMessage() const
 }
 
 
-int InsetMarginal::latex(odocstream & os, OutputParams const & runparams) const
-{
-       os << "%\n";
-       if (runparams.moving_arg)
-               os << "\\protect";
-       os << "\\marginpar{";
-       int const i = InsetText::latex(os, runparams);
-       os << "%\n}";
-       return i + 2;
-}
-
-
 int InsetMarginal::plaintext(odocstream & os,
                             OutputParams const & runparams) const
 {