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