cleanup: remove definition of DEBUG

This commit is contained in:
Vincent Wei
2019-02-27 18:47:25 +08:00
parent 7ce1fe47ff
commit 97c6249af5
+1 -3
View File
@@ -48,8 +48,6 @@
#include <stdlib.h>
#include <string.h>
#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)
{