From dead0a7968615bc428bde3d982c47a48493f15a1 Mon Sep 17 00:00:00 2001 From: BearOso Date: Sat, 7 May 2022 19:32:29 -0500 Subject: [PATCH] Add fscompat.h --- display.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/display.h b/display.h index b13a3dfd..58a9341a 100644 --- a/display.h +++ b/display.h @@ -26,10 +26,6 @@ void S9xToggleSoundChannel (int); bool8 S9xOpenSnapshotFile (const char *, bool8, STREAM *); void S9xCloseSnapshotFile (STREAM); const char * S9xStringInput (const char *); -std::string S9xGetDirectory (enum s9x_getdirtype); -std::string S9xGetFilenameInc (std::string, enum s9x_getdirtype); -std::string S9xBasename (std::string); -std::string S9xBasenameNoExt (std::string); // Routines the port has to implement if it uses command-line