]> git.lyx.org Git - lyx.git/blobdiff - src/cursor.C
Scons: update_po target, part one: language_l10n.pot
[lyx.git] / src / cursor.C
index 05fc44099a59a62c6bb0f6f5e7fd48d148756816..5d72bfff899f041ceae47652e21bfcecaca1b144 100644 (file)
@@ -510,15 +510,6 @@ void LCursor::setSelection(DocIterator const & where, int n)
 }
 
 
-void LCursor::setSelection(DocIterator const & from,
-               DocIterator const & to)
-{
-       setCursor(to);
-       selection() = true;
-       anchor_ = from;
-}
-
-
 void LCursor::clearSelection()
 {
        selection() = false;
@@ -611,7 +602,6 @@ std::ostream & operator<<(std::ostream & os, LCursor const & cur)
 #include "mathed/InsetMathScript.h"
 #include "mathed/InsetMathUnknown.h"
 #include "mathed/MathFactory.h"
-#include "mathed/MathMacroArgument.h"
 #include "mathed/MathStream.h"
 #include "mathed/MathSupport.h"