mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-14 06:57:01 +00:00
Old, unused and handled elsewhere.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25227 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cb138277df
commit
154fe36eb2
@ -931,11 +931,6 @@ void InsetMathNest::doDispatch(Cursor & cur, FuncRequest & cmd)
|
|||||||
else
|
else
|
||||||
handleFont(cur, cmd.argument(), "mathbb");
|
handleFont(cur, cmd.argument(), "mathbb");
|
||||||
break;
|
break;
|
||||||
/*
|
|
||||||
case LFUN_FONT_FREE_APPLY:
|
|
||||||
handleFont(cur, cmd.argument(), "textrm");
|
|
||||||
break;
|
|
||||||
*/
|
|
||||||
case LFUN_FONT_DEFAULT:
|
case LFUN_FONT_DEFAULT:
|
||||||
handleFont(cur, cmd.argument(), "textnormal");
|
handleFont(cur, cmd.argument(), "textnormal");
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user