Got rid of misleading "No Tls Space" error message.

This commit is contained in:
Marcus Meissner 2000-10-22 23:55:34 +00:00 committed by Alexandre Julliard
parent 564d3802fc
commit 2aeb57eeff
1 changed files with 1 additions and 4 deletions

View File

@ -242,8 +242,5 @@ DWORD WINAPI CommDlgExtendedError(void)
if (COMDLG32_TlsIndex != 0xffffffff)
return (DWORD)TlsGetValue(COMDLG32_TlsIndex);
else
{
FIXME("No Tls Space\n");
return 0;
}
return 0; /* we never set an error, so there isn't one */
}