--- psiconv/trunk/lib/psiconv/common.h 2000/12/25 14:34:17 78 +++ psiconv/trunk/lib/psiconv/common.h 2000/12/25 22:25:33 79 @@ -30,11 +30,6 @@ extern "C" { #endif /* __cplusplus */ -typedef psiconv_list psiconv_buffer; /* of u8 */ - -#define psiconv_new_buffer() psiconv_list_new(sizeof(psiconv_u8)) -#define psiconv_free_buffer(buf) psiconv_list_free(buf) - /* *************** * misc.c * *************** */