dwrite: Remove fixme from CreateFontFallback().

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Nikolay Sivov 2020-06-08 16:29:44 +03:00 committed by Alexandre Julliard
parent b60796bd73
commit 19e9b819f7
1 changed files with 1 additions and 1 deletions

View File

@ -2357,7 +2357,7 @@ static HRESULT WINAPI fontfallbackbuilder_CreateFontFallback(IDWriteFontFallback
struct dwrite_fontfallback_builder *fallbackbuilder = impl_from_IDWriteFontFallbackBuilder(iface);
struct dwrite_fontfallback *fallback;
FIXME("%p, %p stub.\n", iface, ret);
TRACE("%p, %p.\n", iface, ret);
*ret = NULL;