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:
Francois Gouget 2016-05-15 15:38:42 +02:00 committed by Alexandre Julliard
parent 53e2fd2b95
commit b62c76207f
1 changed files with 0 additions and 6 deletions

View File

@ -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;