From 97c6249af5f588dfce8f1cce58eeec5dfa82588a Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Wed, 27 Feb 2019 18:47:25 +0800 Subject: [PATCH] cleanup: remove definition of DEBUG --- src/newgdi/glyph-css.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/newgdi/glyph-css.c b/src/newgdi/glyph-css.c index 91f6ef87..01df7992 100644 --- a/src/newgdi/glyph-css.c +++ b/src/newgdi/glyph-css.c @@ -48,8 +48,6 @@ #include #include -#define DEBUG - #include "common.h" #include "minigui.h" #include "gdi.h" @@ -1337,7 +1335,7 @@ static void check_sentence_breaks(struct glyph_break_ctxt* gbctxt, gbctxt->last_stc_start++; } -#if 1 +#ifdef DEBUG static void dbg_dump_gbctxt(struct glyph_break_ctxt* gbctxt, const char* func, Uchar32 uc, Uint16 gwsbo) {