summaryrefslogtreecommitdiff
path: root/src/globals.c
diff options
context:
space:
mode:
authortwinaphex2016-08-05 21:04:23 +0200
committertwinaphex2016-08-05 21:04:23 +0200
commitd9be0251f0a63eeb5d9b681781eda80b52eed85a (patch)
treefaae1c3e19925c9c43018d22dc761c67806b9bb0 /src/globals.c
parentaa13ea42720d21e6312ac4dafa6c51a959225f4c (diff)
downloadsnes9x2002-d9be0251f0a63eeb5d9b681781eda80b52eed85a.tar.gz
snes9x2002-d9be0251f0a63eeb5d9b681781eda80b52eed85a.tar.bz2
snes9x2002-d9be0251f0a63eeb5d9b681781eda80b52eed85a.zip
Remove unused define
Diffstat (limited to 'src/globals.c')
-rw-r--r--src/globals.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/globals.c b/src/globals.c
index 152be5f..62e0bce 100644
--- a/src/globals.c
+++ b/src/globals.c
@@ -288,10 +288,6 @@ uint8 APUROM [64] =
0xF4, 0xC4, 0xF4, 0xDD, 0x5D, 0xD0, 0xDB, 0x1F, 0x00, 0x00, 0xC0, 0xFF
};
-#ifdef NETPLAY_SUPPORT
-SNetPlay NetPlay;
-#endif
-
// Raw SPC700 instruction cycle lengths
int32 S9xAPUCycleLengths [256] =
{