From e827fb9cb071763ff771b7b95da2b434b8d30cff Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Sun, 21 Sep 2003 22:26:55 +0000 Subject: [PATCH] Compile fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7800 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/LyXView.C | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontends/LyXView.C b/src/frontends/LyXView.C index ac51db295b..73c74bcefc 100644 --- a/src/frontends/LyXView.C +++ b/src/frontends/LyXView.C @@ -191,4 +191,3 @@ void LyXView::dispatch(FuncRequest const & req) r.setView(view().get()); getLyXFunc().dispatch(r); } -10