user32: LookupIconIdFromDirectory16() is unused so remove it.

This commit is contained in:
Francois Gouget 2009-02-07 20:18:40 +01:00 committed by Alexandre Julliard
parent 55dccf2859
commit 53f9b31afd
1 changed files with 0 additions and 10 deletions

View File

@ -1806,16 +1806,6 @@ INT WINAPI LookupIconIdFromDirectoryEx( LPBYTE xdir, BOOL bIcon,
return retVal;
}
/**********************************************************************
* LookupIconIdFromDirectory (USER.?)
*/
INT16 WINAPI LookupIconIdFromDirectory16( LPBYTE dir, BOOL16 bIcon )
{
return LookupIconIdFromDirectoryEx16( dir, bIcon,
bIcon ? GetSystemMetrics(SM_CXICON) : GetSystemMetrics(SM_CXCURSOR),
bIcon ? GetSystemMetrics(SM_CYICON) : GetSystemMetrics(SM_CYCURSOR), bIcon ? 0 : LR_MONOCHROME );
}
/**********************************************************************
* LookupIconIdFromDirectory (USER32.@)
*/