From: Pavel Sanda Date: Wed, 11 Jun 2008 09:05:46 +0000 (+0000) Subject: Old, unused and handled elsewhere. X-Git-Tag: 1.6.10~4419 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=154fe36eb296483f67b14a657925d49aa9401e0f;p=features.git Old, unused and handled elsewhere. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25227 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/InsetMathNest.cpp b/src/mathed/InsetMathNest.cpp index a2da9d0d14..57f2fb4101 100644 --- a/src/mathed/InsetMathNest.cpp +++ b/src/mathed/InsetMathNest.cpp @@ -931,11 +931,6 @@ void InsetMathNest::doDispatch(Cursor & cur, FuncRequest & cmd) else handleFont(cur, cmd.argument(), "mathbb"); break; - /* - case LFUN_FONT_FREE_APPLY: - handleFont(cur, cmd.argument(), "textrm"); - break; - */ case LFUN_FONT_DEFAULT: handleFont(cur, cmd.argument(), "textnormal"); break;