summaryrefslogtreecommitdiff
path: root/src/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/port.h')
-rw-r--r--src/port.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/port.h b/src/port.h
index 9a18644..fa90601 100644
--- a/src/port.h
+++ b/src/port.h
@@ -128,7 +128,6 @@ typedef short int16_32;
#define CHECK_SOUND()
#define VOID void
#define CPU_SHUTDOWN
-//#define UNZIP_SUPPORT
#define ZeroMemory(a,b) memset((a),0,(b))
#define PACKING __attribute__ ((packed))
#define ALIGN_BY_ONE __attribute__ ((aligned (1), packed))