kernel32: Remove obsolete comment.

Signed-off-by: Carlos Rivera <carlos@superkaos.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Carlos Rivera 2020-08-23 19:01:01 +01:00 committed by Alexandre Julliard
parent 32c618b7c5
commit 70fdc36d29
1 changed files with 0 additions and 2 deletions

View File

@ -1547,8 +1547,6 @@ UINT WINAPI GetPrivateProfileIntW( LPCWSTR section, LPCWSTR entry,
/***********************************************************************
* GetPrivateProfileIntA (KERNEL32.@)
*
* FIXME: rewrite using unicode
*/
UINT WINAPI GetPrivateProfileIntA( LPCSTR section, LPCSTR entry,
INT def_val, LPCSTR filename )