diff options
Diffstat (limited to 'src/StormCommon.h')
-rw-r--r-- | src/StormCommon.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/StormCommon.h b/src/StormCommon.h index aeedbca..2901c9f 100644 --- a/src/StormCommon.h +++ b/src/StormCommon.h @@ -185,9 +185,6 @@ TMPQBlock * TranslateBlockTable(TMPQArchive * ha, ULONGLONG * pcbTableSize, bool ULONGLONG FindFreeMpqSpace(TMPQArchive * ha); -// Functions that loads and verifies MPQ data bitmap -int LoadMpqDataBitmap(TMPQArchive * ha, ULONGLONG FileSize, bool * pbFileIsComplete); - // Functions that load the HET and BET tables int CreateHashTable(TMPQArchive * ha, DWORD dwHashTableSize); int LoadAnyHashTable(TMPQArchive * ha); |