From a30e5eb10e1968694f58d6d19e1bf06b2c4808ce Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 13 Oct 2016 16:57:10 +0200 Subject: Cleanup --- src/snapshot.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/snapshot.c b/src/snapshot.c index 9ab89a6..fd7e989 100644 --- a/src/snapshot.c +++ b/src/snapshot.c @@ -46,7 +46,6 @@ #endif #include "snapshot.h" -//#include "snaporig.h" #include "memmap.h" #include "snes9x.h" #include "65c816.h" @@ -71,8 +70,6 @@ extern void (*statef_close)(); extern uint8* SRAM; -//bool8 S9xUnfreezeZSNES (const char *filename); - typedef struct { int offset; -- cgit v1.2.3