Undo hotfixes for missing files. Sorry guys.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2433 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-08-07 04:53:01 +00:00
parent 9a60233661
commit 9d5c326eaf
2 changed files with 0 additions and 16 deletions

View File

@ -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:

View File

@ -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: