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