From: André Pönitz Date: Tue, 7 Aug 2001 04:53:01 +0000 (+0000) Subject: Undo hotfixes for missing files. Sorry guys. X-Git-Tag: 1.6.10~20912 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9d5c326eafa1c879c7117ddbd698eb3c69bee9c5;p=features.git Undo hotfixes for missing files. Sorry guys. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2433 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/math_cursor.C b/src/mathed/math_cursor.C index 0269ab391a..a6bb45d1f5 100644 --- a/src/mathed/math_cursor.C +++ b/src/mathed/math_cursor.C @@ -30,18 +30,14 @@ #include "formulabase.h" #include "math_cursor.h" #include "math_arrayinset.h" -#if 0 #include "math_bigopinset.h" -#endif #include "math_symbolinset.h" #include "math_decorationinset.h" #include "math_deliminset.h" #include "math_dotsinset.h" #include "math_fracinset.h" #include "math_funcinset.h" -#if 0 #include "math_funcliminset.h" -#endif #include "math_gridinset.h" #include "math_macro.h" #include "math_macroarg.h" @@ -679,15 +675,11 @@ void MathCursor::interpret(string const & s) } else { switch (l->token) { case LM_TK_BIGSYM: -#if 0 p = new MathBigopInset(l); -#endif break; case LM_TK_FUNCLIM: -#if 0 p = new MathFuncLimInset(l); -#endif break; case LM_TK_SYM: diff --git a/src/mathed/math_parser.C b/src/mathed/math_parser.C index dc7ff94272..0bcf7bed27 100644 --- a/src/mathed/math_parser.C +++ b/src/mathed/math_parser.C @@ -29,17 +29,13 @@ #include "array.h" #include "math_inset.h" #include "math_arrayinset.h" -#if 0 #include "math_bigopinset.h" -#endif #include "math_dotsinset.h" #include "math_decorationinset.h" #include "math_deliminset.h" #include "math_fracinset.h" #include "math_funcinset.h" -#if 0 #include "math_funcliminset.h" -#endif #include "math_macro.h" #include "math_macrotable.h" #include "math_macrotemplate.h" @@ -664,16 +660,12 @@ void mathed_parse_into(MathArray & array, unsigned flags) case LM_TK_BIGSYM: limits = 0; -#if 0 array.push_back(new MathBigopInset(yylval.l)); -#endif break; case LM_TK_FUNCLIM: limits = 0; -#if 0 array.push_back(new MathFuncLimInset(yylval.l)); -#endif break; case LM_TK_SYM: