diff --git a/reactos/subsystems/win32/win32k/objects/text.c b/reactos/subsystems/win32/win32k/objects/text.c index 173a1c89df8..146cb63fc21 100644 --- a/reactos/subsystems/win32/win32k/objects/text.c +++ b/reactos/subsystems/win32/win32k/objects/text.c @@ -3622,11 +3622,6 @@ NtGdiGetTextExtentExW( /* FIXME: Handle fl */ - if (!Count) - { - SetLastWin32Error(ERROR_INVALID_PARAMETER); - return FALSE; - } if (0 == Count) { Size.cx = 0;