From 839131f6008cf33d10fe279142a73ec323761e0f Mon Sep 17 00:00:00 2001 From: Jon Griffiths Date: Fri, 18 Jul 2003 22:54:01 +0000 Subject: [PATCH] Remove FIXMEs and prototypes for now-implemented functions. --- dlls/ole32/ole32_main.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dlls/ole32/ole32_main.h b/dlls/ole32/ole32_main.h index 65d5352c1e8..c897c811677 100644 --- a/dlls/ole32/ole32_main.h +++ b/dlls/ole32/ole32_main.h @@ -26,10 +26,5 @@ extern HINSTANCE OLE32_hInstance; void COMPOBJ_InitProcess( void ); void COMPOBJ_UninitProcess( void ); -/* FIXME: not implemented */ -HRESULT WINAPI CoRegisterMallocSpy(LPMALLOCSPY pMallocSpy); -/* FIXME: not implemented */ -HRESULT WINAPI CoRevokeMallocSpy(void); - #endif /* __WINE_OLE32_MAIN_H */