From f9b31fc964a4c0bd3f020c05d017460f9c61bb2a Mon Sep 17 00:00:00 2001 From: Dylan Smith Date: Sat, 15 Nov 2008 21:01:36 -0500 Subject: [PATCH] richedit: Removed comment in header for non-existent wintest.c. --- dlls/riched20/editor.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/riched20/editor.h b/dlls/riched20/editor.h index 2c683786e78..d786e0a4322 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);