]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.C
add config.h
[lyx.git] / src / lyxfind.C
index c223c65b377c7a542c03a231aef9c6f5782cfa44..932cbec30e0a31df48b9cd37ab980a076802070f 100644 (file)
@@ -29,7 +29,6 @@
 #include "undo.h"
 
 #include "frontends/Alert.h"
-#include "frontends/Selection.h"
 
 #include "support/convert.h"
 #include "support/docstream.h"
@@ -366,7 +365,6 @@ bool findNextChange(BufferView * bv)
        // Now put cursor to end of selection:
        bv->cursor().setCursor(cur);
        bv->cursor().setSelection();
-       theSelection().haveSelection(bv->cursor().selection());
 
        return true;
 }