From 7688a62d7efd6b330c1ecd3a3367c7e494cc1fb1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Thu, 18 Mar 2004 16:08:02 +0000 Subject: [PATCH] the forks compile fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8503 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/lyxfunc.C | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lyxfunc.C b/src/lyxfunc.C index 87802db1a4..3a4545e67b 100644 --- a/src/lyxfunc.C +++ b/src/lyxfunc.C @@ -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; -- 2.39.5