]> git.lyx.org Git - features.git/blobdiff - src/lyxfr1.C
read changelog
[features.git] / src / lyxfr1.C
index 6143c9d8f1aebd05ab9c0af1b2af583e41ea3df0..1e7a0d97d50b84ea975883f287723103d9789c8a 100644 (file)
@@ -266,13 +266,9 @@ bool LyXFindReplace1::SearchCB(bool fForward)
                result = false;
        }
 
-#ifdef NEW_WA
        if (current_view->focus())
                current_view->getScreen()->ShowCursor();
-#else
-       if (current_view->getWorkArea()->focus)
-               current_view->getScreen()->ShowCursor();
-#endif
+
        return result;
 }