--- np2/x11/oemtext.c 2005/02/26 13:32:14 1.1 +++ np2/x11/oemtext.c 2005/03/05 13:48:19 1.2 @@ -1,18 +1,3 @@ #include "compiler.h" #include "oemtext.h" - - -UINT -oemtext_sjistooem(OEMCHAR *dst, UINT dcnt, const char *src, UINT scnt) -{ - - return 0; -} - -UINT -oemtext_oemtosjis(char *dst, UINT dcnt, const OEMCHAR *src, UINT scnt) -{ - - return 0; -}