remove redundant break statement from LyXFunc::Dispatch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1763 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2001-03-15 10:06:52 +00:00
parent c9e204f17c
commit 1a5a092741
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2001-03-14 Angus Leeming <a.leeming@ic.ac.uk>
* lyxfunc.C (Dispatch): removed redundant break statement.
2001-03-14 Juergen Vigna <jug@sad.it>
* tabular.C (l_getline): pay attention on \r\n (from Windows-files)

View File

@ -896,11 +896,8 @@ string const LyXFunc::Dispatch(int ac,
break;
case LFUN_MENUSEARCH:
{
owner->getDialogs()->showSearch();
break;
}
break;
case LFUN_REMOVEERRORS:
if (owner->view()->removeAutoInsets()) {