c-- libs partly updated
git-svn-id: svn://kolibrios.org@3106 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -170,13 +170,4 @@ dword Hex2Symb(char* htmlcolor)
|
||||
}
|
||||
wintodos(#symbol);
|
||||
AL=symbol;
|
||||
}
|
||||
|
||||
/*
|
||||
int hex2char(dword c)
|
||||
{
|
||||
if (c <=9)
|
||||
return (c+48);
|
||||
|
||||
return (c - 10 + 'a');
|
||||
}*/
|
||||
}
|
Reference in New Issue
Block a user