Rob Shearman : ole32: Remove unused BIGBLOCKFILE_GetSize.

Alexandre Julliard julliard at winehq.org
Mon Jun 23 07:35:33 CDT 2008


Module: wine
Branch: master
Commit: 42d5b12e63cdc5e8e4a83329a4200f3be74717c9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=42d5b12e63cdc5e8e4a83329a4200f3be74717c9

Author: Rob Shearman <robertshearman at gmail.com>
Date:   Sun Jun 22 09:40:33 2008 +0100

ole32: Remove unused BIGBLOCKFILE_GetSize.

---

 dlls/ole32/stg_bigblockfile.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/dlls/ole32/stg_bigblockfile.c b/dlls/ole32/stg_bigblockfile.c
index 2c89a3d..b0e54e5 100644
--- a/dlls/ole32/stg_bigblockfile.c
+++ b/dlls/ole32/stg_bigblockfile.c
@@ -412,17 +412,6 @@ void BIGBLOCKFILE_SetSize(LPBIGBLOCKFILE This, ULARGE_INTEGER newSize)
 }
 
 /******************************************************************************
- *      BIGBLOCKFILE_GetSize
- *
- * Returns the size of the file.
- *
- */
-ULARGE_INTEGER BIGBLOCKFILE_GetSize(LPBIGBLOCKFILE This)
-{
-  return This->filesize;
-}
-
-/******************************************************************************
  *      BIGBLOCKFILE_FindPageInList      [PRIVATE]
  *
  */




More information about the wine-cvs mailing list