Commit c7e9ffa7 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

dwrite: Remove unused hresult assignment (Coverity).

parent 6ea025fc
......@@ -1586,7 +1586,7 @@ HRESULT create_font_collection(IDWriteFactory* factory, IDWriteFontFileEnumerato
exists = FALSE;
hr = collection_find_family(collection, buffer, &index, &exists);
if (exists)
hr = fontfamily_add_font(collection->family_data[index], font_data);
fontfamily_add_font(collection->family_data[index], font_data);
else {
struct dwrite_fontfamily_data *family_data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment