RICHEDIT: remove unused declaration

Mike McCormack mike at codeweavers.com
Thu Feb 24 08:39:37 CST 2005


Part of a hack that seems to have crept in from the CrossOver tree.

Mike


ChangeLog:
* remove unused declaration
-------------- next part --------------
Index: dlls/richedit/richedit.c
===================================================================
RCS file: /home/wine/wine/dlls/richedit/richedit.c,v
retrieving revision 1.39
diff -u -p -r1.39 richedit.c
--- dlls/richedit/richedit.c	14 Feb 2005 11:50:34 -0000	1.39
+++ dlls/richedit/richedit.c	24 Feb 2005 14:38:04 -0000
@@ -53,7 +53,6 @@ static INT RTFInfoOffset = 0;
                      , \
                      hwnd, (UINT)wParam, (UINT)lParam)
 
-LPVOID* WINAPI CreateIRichEditOle();
 VOID RICHEDIT_InitEditControlInfo(void);
 
 /***********************************************************************


More information about the wine-patches mailing list