From 81b67c5b1520f85a9085c248a09a916cab252c89 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Sat, 8 Oct 2011 21:06:02 +1100 Subject: [PATCH] mpr: Remove DllCanUnloadNow and DllGetClassObject. --- dlls/mpr/mpr.spec | 2 -- dlls/mpr/mpr_main.c | 8 -------- 2 files changed, 10 deletions(-) diff --git a/dlls/mpr/mpr.spec b/dlls/mpr/mpr.spec index 53466155f03..2f93acccf18 100644 --- a/dlls/mpr/mpr.spec +++ b/dlls/mpr/mpr.spec @@ -23,8 +23,6 @@ 24 stdcall @(ptr) MPR_Free 25 stdcall @(ptr long) _MPR_25 -@ stdcall -private DllCanUnloadNow() -@ stub DllGetClassObject @ stdcall MultinetGetConnectionPerformanceA(ptr ptr) @ stdcall MultinetGetConnectionPerformanceW(ptr ptr) @ stdcall MultinetGetErrorTextA(long ptr long) diff --git a/dlls/mpr/mpr_main.c b/dlls/mpr/mpr_main.c index 5ec6b2209d0..7998bffffdb 100644 --- a/dlls/mpr/mpr_main.c +++ b/dlls/mpr/mpr_main.c @@ -73,14 +73,6 @@ BOOL WINAPI _MPR_25( LPBYTE lpMem, INT len ) return FALSE; } -/***************************************************************** - * DllCanUnloadNow [MPR.@] - */ -HRESULT WINAPI DllCanUnloadNow(void) -{ - return S_OK; -} - /***************************************************************** * DllMain [MPR.init] */