dwrite: Notify_factory_fallback_removed() is unused so remove it.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
53e2fd2b95
commit
b62c76207f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue