From 735183d5a64052b09019731ca6e39e89888bbcd6 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 31 May 2016 08:13:36 +0000 Subject: [PATCH] removed more unneeded definitions --- qse/lib/cmn/fmt-prv.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/qse/lib/cmn/fmt-prv.h b/qse/lib/cmn/fmt-prv.h index bc90720f..abcd3105 100644 --- a/qse/lib/cmn/fmt-prv.h +++ b/qse/lib/cmn/fmt-prv.h @@ -30,16 +30,6 @@ #include #include -typedef int (*qse_fmtout_mchar_t) ( - qse_mchar_t c, - void* ctx -); - -typedef int (*qse_fmtout_wchar_t) ( - qse_wchar_t c, - void* ctx -); - typedef int (*qse_mfmtout_put_t) ( qse_mchar_t c, void* ctx