dwrite: Remove duplicated trace call.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2021-03-08 11:30:46 +03:00 committed by Alexandre Julliard
parent 7dba53a0f2
commit df9e20fadc
1 changed files with 0 additions and 3 deletions

View File

@ -7226,9 +7226,6 @@ static HRESULT WINAPI dwritefontset_GetPropertyValues(IDWriteFontSet3 *iface, UI
{
static int once;
if (!once++)
FIXME("%p: stub\n", iface);
if (!once++)
FIXME("%p, %u, %d, %p, %p.\n", iface, index, id, exists, values);