--- np2/win9x/fontmng.cpp 2005/02/09 20:11:35 1.3 +++ np2/win9x/fontmng.cpp 2005/02/13 05:31:26 1.5 @@ -117,7 +117,6 @@ void *fontmng_create(int size, UINT type return(ret); } - void fontmng_destroy(void *hdl) { FNTMNG fhdl; @@ -164,16 +163,16 @@ static void fontmng_getchar(FNTMNG fhdl, BRESULT fontmng_getsize(void *hdl, const OEMCHAR *string, POINT_T *pt) { + int width; OEMCHAR buf[4]; _FNTDAT fdat; - int width; int leng; - width = 0; if ((hdl == NULL) || (string == NULL)) { goto fmgs_exit; } + width = 0; while(1) { leng = milstr_charsize(string); if (!leng) {