]> git.lyx.org Git - features.git/commitdiff
the forks compile fix
authorAndré Pönitz <poenitz@gmx.net>
Thu, 18 Mar 2004 16:08:02 +0000 (16:08 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Thu, 18 Mar 2004 16:08:02 +0000 (16:08 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8503 a592a061-630c-0410-9148-cb99ea01b6c8

src/lyxfunc.C

index 87802db1a4d10a1dbbf76609286a527b1b0a995a..3a4545e67be54d866cf5fdc3798b435eee41e098 100644 (file)
@@ -444,7 +444,6 @@ FuncStatus LyXFunc::getStatus(FuncRequest const & cmd) const
                if (!buf)
                        enable = name == "aboutlyx"
                                || name == "file"
-                               || name == "forks"
                                || name == "preferences"
                                || name == "texinfo";
                else if (name == "print")
@@ -503,7 +502,6 @@ FuncStatus LyXFunc::getStatus(FuncRequest const & cmd) const
        case LFUN_SCREEN_FONT_UPDATE:
        case LFUN_SET_COLOR:
        case LFUN_MESSAGE:
-       case LFUN_FORKS_KILL:
        case LFUN_EXTERNAL_EDIT:
                // these are handled in our dispatch()
                break;