Commit b62c7620 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dwrite: Notify_factory_fallback_removed() is unused so remove it.

parent 53e2fd2b
......@@ -540,12 +540,6 @@ static inline struct dwritefactory *impl_from_IDWriteFactory3(IDWriteFactory3 *i
return CONTAINING_RECORD(iface, struct dwritefactory, IDWriteFactory3_iface);
}
void notify_factory_fallback_removed(IDWriteFactory3 *iface)
{
struct dwritefactory *factory = impl_from_IDWriteFactory3(iface);
factory->fallback = NULL;
}
static void release_fontface_cache(struct list *fontfaces)
{
struct fontfacecached *fontface, *fontface2;
......
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