]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/Action.cpp
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / Action.cpp
index 4c13e636ca22dbf8a31f7da1c6f47e97f39e5b76..ca229fbbe5dc0eb48222c2b4a7b592c9de88eb8f 100644 (file)
@@ -63,9 +63,6 @@ void Action::action()
 {
        //LYXERR(Debug::ACTION, "calling LyXFunc::dispatch: func_: ");
 
-       if (lyxView_)
-               theLyXFunc().setLyXView(lyxView_);
-
        lyx::dispatch(func_);
        triggered(this);
 }