ole32/tests: Remove an unused function declaration.

This commit is contained in:
Paul Vriens 2009-03-06 12:15:28 +01:00 committed by Alexandre Julliard
parent 936b10b473
commit e31df3616a

View file

@ -31,9 +31,6 @@
#include "wine/test.h"
/* functions that are not present on all versions of Windows */
HRESULT (WINAPI * pCoInitializeEx)(LPVOID lpReserved, DWORD dwCoInit);
static int droptarget_addref_called;
static int droptarget_release_called;