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);