summaryrefslogtreecommitdiff
path: root/src/memmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/memmap.cpp')
-rw-r--r--src/memmap.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/memmap.cpp b/src/memmap.cpp
index 8da6c34..e93beaa 100644
--- a/src/memmap.cpp
+++ b/src/memmap.cpp
@@ -355,17 +355,6 @@ again:
int32 TotalFileSize = 0;
-#ifdef UNZIP_SUPPORT
-
- if( checkzip( fname ) )
- {
- if (!LoadZip (fname, &TotalFileSize, &HeaderCount))
- return (FALSE);
-
- strcpy (ROMFilename, fname);
- }
- else
-#endif
{
if ((ROMFile = OPEN_STREAM (fname, "rb")) == NULL)
return (FALSE);