riched20: remove duplicate declaration

Austin English austinenglish at gmail.com
Mon Feb 10 13:29:31 CST 2014


-- 
-Austin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140210/f6f8e462/attachment.html>
-------------- next part --------------
diff --git a/dlls/riched20/reader.c b/dlls/riched20/reader.c
index 02d4636..f7459ab 100644
--- a/dlls/riched20/reader.c
+++ b/dlls/riched20/reader.c
@@ -52,8 +52,6 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(richedit);
 
-extern HANDLE me_heap;
-
 static int	_RTFGetChar(RTF_Info *);
 static void	_RTFGetToken (RTF_Info *);
 static void	_RTFGetToken2 (RTF_Info *);


More information about the wine-patches mailing list