X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FAction.cpp;h=ca229fbbe5dc0eb48222c2b4a7b592c9de88eb8f;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=4c13e636ca22dbf8a31f7da1c6f47e97f39e5b76;hpb=1fc477efac5fd3804c6407a03791e713f643fc43;p=lyx.git diff --git a/src/frontends/qt4/Action.cpp b/src/frontends/qt4/Action.cpp index 4c13e636ca..ca229fbbe5 100644 --- a/src/frontends/qt4/Action.cpp +++ b/src/frontends/qt4/Action.cpp @@ -63,9 +63,6 @@ void Action::action() { //LYXERR(Debug::ACTION, "calling LyXFunc::dispatch: func_: "); - if (lyxView_) - theLyXFunc().setLyXView(lyxView_); - lyx::dispatch(func_); triggered(this); }