dwrite: notify_factory_fallback_removed() is not used. Remove it.

Francois Gouget fgouget at free.fr
Tue Mar 22 05:25:38 CDT 2016


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/dwrite/main.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/dlls/dwrite/main.c b/dlls/dwrite/main.c
index e081e11..d463e45 100644
--- a/dlls/dwrite/main.c
+++ b/dlls/dwrite/main.c
@@ -526,12 +526,6 @@ static inline struct dwritefactory *impl_from_IDWriteFactory2(IDWriteFactory2 *i
     return CONTAINING_RECORD(iface, struct dwritefactory, IDWriteFactory2_iface);
 }
 
-void notify_factory_fallback_removed(IDWriteFactory2 *iface)
-{
-    struct dwritefactory *factory = impl_from_IDWriteFactory2(iface);
-    factory->fallback = NULL;
-}
-
 static void release_fontface_cache(struct list *fontfaces)
 {
     struct fontfacecached *fontface, *fontface2;
-- 
2.7.0




More information about the wine-patches mailing list