tfracinset files is missing so all usage of tfrac is commented out

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9195 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2004-11-07 12:23:56 +00:00
parent 354a7f0025
commit 3e93baac3c
2 changed files with 6 additions and 5 deletions

View File

@ -141,8 +141,6 @@ libmathed_la_SOURCES = \
math_symbolinset.h \
math_tabularinset.C \
math_tabularinset.h \
math_tfracinset.C \
math_tfracinset.h \
math_unknowninset.C \
math_unknowninset.h \
math_undersetinset.C \
@ -153,3 +151,6 @@ libmathed_la_SOURCES = \
command_inset.C \
ref_inset.h \
ref_inset.C
# math_tfracinset.C
# math_tfracinset.h

View File

@ -46,7 +46,7 @@
#include "math_substackinset.h"
#include "math_symbolinset.h"
#include "math_tabularinset.h"
#include "math_tfracinset.h"
//#include "math_tfracinset.h"
#include "math_undersetinset.h"
#include "math_unknowninset.h"
#include "math_xarrowinset.h"
@ -321,8 +321,8 @@ MathAtom createMathInset(string const & s)
return MathAtom(new MathColorInset(false));
if (s == "dfrac")
return MathAtom(new MathDfracInset);
if (s == "tfrac")
return MathAtom(new MathTfracInset);
// if (s == "tfrac")
// return MathAtom(new MathTfracInset);
if (MacroTable::globalMacros().has(s))
return MathAtom(new MathMacro(s,