From 84af236eda979c5b6d06a8dce26449f03ec113e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Tue, 18 Dec 2001 15:29:23 +0000 Subject: [PATCH] remove double initilization git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3242 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_support.C | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/mathed/math_support.C b/src/mathed/math_support.C index f3d5a0b3d5..3f6ee22868 100644 --- a/src/mathed/math_support.C +++ b/src/mathed/math_support.C @@ -85,12 +85,7 @@ enum MathFont { void mathed_init_fonts() { - MathFonts = new LyXFont[FONT_NUM]; //DEC cxx cannot initialize all fonts - //at once (JMarc) rc - - for (int i = 0 ; i < FONT_NUM ; ++i) { - MathFonts[i] = LyXFont(LyXFont::ALL_SANE); - } + MathFonts = new LyXFont[FONT_NUM]; MathFonts[FONT_IT].setShape(LyXFont::ITALIC_SHAPE); -- 2.39.2