diff options
author | twinaphex | 2016-08-05 21:10:46 +0200 |
---|---|---|
committer | twinaphex | 2016-08-05 21:10:46 +0200 |
commit | 9cc3df09703f1d5011f00e2b8529352af52ff839 (patch) | |
tree | 3c3f1661a4739c5e8c7e9e8f34650d270e07082e | |
parent | 65b77bd7ae9ab86be50a8e137f4868b88ba24677 (diff) | |
download | snes9x2002-9cc3df09703f1d5011f00e2b8529352af52ff839.tar.gz snes9x2002-9cc3df09703f1d5011f00e2b8529352af52ff839.tar.bz2 snes9x2002-9cc3df09703f1d5011f00e2b8529352af52ff839.zip |
Remove unused prototype
-rw-r--r-- | src/display.h | 1 |
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(); |