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:
parent
7dba53a0f2
commit
df9e20fadc
|
@ -7226,9 +7226,6 @@ static HRESULT WINAPI dwritefontset_GetPropertyValues(IDWriteFontSet3 *iface, UI
|
||||||
{
|
{
|
||||||
static int once;
|
static int once;
|
||||||
|
|
||||||
if (!once++)
|
|
||||||
FIXME("%p: stub\n", iface);
|
|
||||||
|
|
||||||
if (!once++)
|
if (!once++)
|
||||||
FIXME("%p, %u, %d, %p, %p.\n", iface, index, id, exists, values);
|
FIXME("%p, %u, %d, %p, %p.\n", iface, index, id, exists, values);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue