summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortwinaphex2016-08-05 21:07:51 +0200
committertwinaphex2016-08-05 21:07:51 +0200
commit93d5877a3b2da47e9242e9068725d772e9b811eb (patch)
tree6048298cc23b5198e771b45e61c083f6e2fd14f8 /src
parentd9be0251f0a63eeb5d9b681781eda80b52eed85a (diff)
downloadsnes9x2002-93d5877a3b2da47e9242e9068725d772e9b811eb.tar.gz
snes9x2002-93d5877a3b2da47e9242e9068725d772e9b811eb.tar.bz2
snes9x2002-93d5877a3b2da47e9242e9068725d772e9b811eb.zip
Cleanups
Diffstat (limited to 'src')
-rw-r--r--src/snes9x.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/snes9x.h b/src/snes9x.h
index 5ccfeb0..0a66b5e 100644
--- a/src/snes9x.h
+++ b/src/snes9x.h
@@ -335,12 +335,6 @@ typedef struct
bool8 DisplayFrameRate;
// Others
- bool8 NetPlay;
- bool8 NetPlayServer;
- char ServerName [128];
- int Port;
- bool8 GlideEnable;
- bool8 OpenGLEnable;
int32 AutoSaveDelay; // Time in seconds before S-RAM auto-saved if modified.
bool8 ApplyCheats;
bool8 TurboMode;