ole32: Remove unused BIGBLOCKFILE_GetSize.

This commit is contained in:
Rob Shearman 2008-06-22 09:40:33 +01:00 committed by Alexandre Julliard
parent f91d3bbeb1
commit 42d5b12e63
1 changed files with 0 additions and 11 deletions

View File

@ -411,17 +411,6 @@ void BIGBLOCKFILE_SetSize(LPBIGBLOCKFILE This, ULARGE_INTEGER newSize)
BIGBLOCKFILE_RemapAllMappedPages(This);
}
/******************************************************************************
* BIGBLOCKFILE_GetSize
*
* Returns the size of the file.
*
*/
ULARGE_INTEGER BIGBLOCKFILE_GetSize(LPBIGBLOCKFILE This)
{
return This->filesize;
}
/******************************************************************************
* BIGBLOCKFILE_FindPageInList [PRIVATE]
*