]> git.lyx.org Git - features.git/commitdiff
Compile fix.
authorAngus Leeming <leeming@lyx.org>
Sun, 21 Sep 2003 22:26:55 +0000 (22:26 +0000)
committerAngus Leeming <leeming@lyx.org>
Sun, 21 Sep 2003 22:26:55 +0000 (22:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7800 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/LyXView.C

index ac51db295bd251ca5851584bb31553f5d6d728e3..73c74bcefc70d4929e57b464734513a4f47279ec 100644 (file)
@@ -191,4 +191,3 @@ void LyXView::dispatch(FuncRequest const & req)
        r.setView(view().get());
        getLyXFunc().dispatch(r);
 }
-10