winedos: DPMI_FreeInternalRMCB() is not used so remove it.

Francois Gouget fgouget at free.fr
Mon Jun 15 03:49:40 CDT 2009


---
 dlls/winedos/dosexe.h |    1 -
 dlls/winedos/int31.c  |    6 ------
 2 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/dlls/winedos/dosexe.h b/dlls/winedos/dosexe.h
index 1646f35..a1be04a 100644
--- a/dlls/winedos/dosexe.h
+++ b/dlls/winedos/dosexe.h
@@ -449,7 +449,6 @@ extern void WINAPI DOSVM_Int31Handler(CONTEXT86*);
 extern void WINAPI DOSVM_RawModeSwitchHandler(CONTEXT86*);
 extern BOOL DOSVM_IsDos32(void);
 extern FARPROC16 WINAPI DPMI_AllocInternalRMCB(RMCBPROC);
-extern void WINAPI DPMI_FreeInternalRMCB(FARPROC16);
 extern int DPMI_CallRMProc(CONTEXT86*,LPWORD,int,int);
 extern BOOL DOSVM_CheckWrappers(CONTEXT86*);
 
diff --git a/dlls/winedos/int31.c b/dlls/winedos/int31.c
index 9cc9e90..905d7e6 100644
--- a/dlls/winedos/int31.c
+++ b/dlls/winedos/int31.c
@@ -705,12 +705,6 @@ static int DPMI_FreeRMCB( DWORD address )
 }
 
 
-void WINAPI DPMI_FreeInternalRMCB( FARPROC16 proc )
-{
-    DPMI_FreeRMCB( (DWORD)proc );
-}
-
-
 /**********************************************************************
  *	    DOSVM_RawModeSwitchHandler
  *
-- 
1.6.3.1




More information about the wine-patches mailing list