--- np2/win9x/ini.cpp 2004/02/11 17:39:59 1.23 +++ np2/win9x/ini.cpp 2004/02/21 04:48:35 1.25 @@ -227,13 +227,6 @@ const INITBL *pterm; inirdbyte3(work, p); break; - case INITYPE_USERKEY: - GetPrivateProfileString(title, p->item, str_null, - work, sizeof(work), path); - ((UINT8 *)p->value)[0] = (UINT8)profile_setkeys(work, - ((UINT8 *)p->value) + 1, 15); - break; - case INITYPE_KB: GetPrivateProfileString(title, p->item, str_null, work, sizeof(work), path); @@ -307,11 +300,6 @@ const char *set; SPRINTF(work, str_x, *((UINT32 *)p->value)); break; - case INITYPE_USERKEY: - profile_getkeys(work, sizeof(work), - ((UINT8 *)p->value) + 1, ((UINT8 *)p->value)[0]); - break; - default: set = NULL; break; @@ -432,8 +420,6 @@ static const INITBL iniitem[] = { {"calendar", INITYPE_BOOL, &np2cfg.calendar, 0}, {"USE144FD", INITYPE_BOOL, &np2cfg.usefd144, 0}, - {"userkey1", INITYPE_USERKEY, np2cfg.userkey[0], 16}, - {"userkey2", INITYPE_USERKEY, np2cfg.userkey[1], 16}, // OS°Í¸¡©