removed more unneeded definitions

This commit is contained in:
hyung-hwan 2016-05-31 08:13:36 +00:00
parent c00b988dcd
commit 735183d5a6

View File

@ -30,16 +30,6 @@
#include <qse/cmn/fmt.h>
#include <stdarg.h>
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