Module: wine Branch: master Commit: f9b31fc964a4c0bd3f020c05d017460f9c61bb2a URL: http://source.winehq.org/git/wine.git/?a=commit;h=f9b31fc964a4c0bd3f020c05d0... Author: Dylan Smith <dylan.ah.smith(a)gmail.com> Date: Sat Nov 15 21:01:36 2008 -0500 richedit: Removed comment in header for non-existent wintest.c. --- dlls/riched20/editor.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/dlls/riched20/editor.h b/dlls/riched20/editor.h index 2c68378..d786e0a 100644 --- a/dlls/riched20/editor.h +++ b/dlls/riched20/editor.h @@ -268,8 +268,6 @@ void ME_GetOLEObjectSize(ME_Context *c, ME_Run *run, SIZE *pSize); void ME_CopyReObject(REOBJECT* dst, const REOBJECT* src); void ME_DeleteReObject(REOBJECT* reo); -/* wintest.c */ - /* editor.c */ ME_TextEditor *ME_MakeEditor(HWND hWnd); void ME_DestroyEditor(ME_TextEditor *editor);