summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortwinaphex2016-08-05 21:10:46 +0200
committertwinaphex2016-08-05 21:10:46 +0200
commit9cc3df09703f1d5011f00e2b8529352af52ff839 (patch)
tree3c3f1661a4739c5e8c7e9e8f34650d270e07082e /src
parent65b77bd7ae9ab86be50a8e137f4868b88ba24677 (diff)
downloadsnes9x2002-9cc3df09703f1d5011f00e2b8529352af52ff839.tar.gz
snes9x2002-9cc3df09703f1d5011f00e2b8529352af52ff839.tar.bz2
snes9x2002-9cc3df09703f1d5011f00e2b8529352af52ff839.zip
Remove unused prototype
Diffstat (limited to 'src')
-rw-r--r--src/display.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/display.h b/src/display.h
index bea5401..43eea19 100644
--- a/src/display.h
+++ b/src/display.h
@@ -72,7 +72,6 @@ void S9xCloseSnapshotFile(STREAM file);
const char* S9xBasename(const char* filename);
-int S9xFStrcmp(FILE*, const char*);
const char* S9xGetHomeDirectory();
const char* S9xGetSnapshotDirectory();
const char* S9xGetROMDirectory();