[PATCH v2] dwrite: notify_factory_fallback_removed() is unused so remove it.

Francois Gouget fgouget at free.fr
Sun May 15 08:38:42 CDT 2016


Signed-off-by: Francois Gouget <fgouget at free.fr>
---

The previous patch did not get comments (unless I missed them).

 dlls/dwrite/main.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/dlls/dwrite/main.c b/dlls/dwrite/main.c
index 7c9f085..9b1c50f 100644
--- a/dlls/dwrite/main.c
+++ b/dlls/dwrite/main.c
@@ -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;
-- 
2.8.1




More information about the wine-patches mailing list