From 56fd25c29f3dce25e9b3d4f4a248ea6087b34505 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 13 Dec 2007 11:44:12 +0000 Subject: [PATCH] (enum MDebugFlag): Delete MDEBUG_FONT_OTF, change MDEBUG_FONT_FLT to MDEBUG_FLT. --- src/internal.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/internal.h b/src/internal.h index dd59fa6..7839270 100644 --- a/src/internal.h +++ b/src/internal.h @@ -548,8 +548,7 @@ enum MDebugFlag MDEBUG_CODING, MDEBUG_DATABASE, MDEBUG_FONT, - MDEBUG_FONT_FLT, - MDEBUG_FONT_OTF, + MDEBUG_FLT, MDEBUG_INPUT, MDEBUG_ALL, MDEBUG_MAX = MDEBUG_ALL -- 1.7.10.4