the forks compile fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8503 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2004-03-18 16:08:02 +00:00
parent 13a89fc8af
commit 7688a62d7e

View 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;