[Cleanup] Removed function declarations that are not implemented.

This commit is contained in:
Thomas Roß
2024-08-17 20:37:29 +02:00
parent a637f1e883
commit 7b71873a69
50 changed files with 1 additions and 431 deletions

View File

@@ -500,9 +500,6 @@ int mod_GetLastError(void) {
void dd_GetWorkingDir(char *path, int len);
bool dd_SetWorkingDir(const char *path);
bool dd_FindFileStart(const char *wildcard, char *namebuf);
bool dd_FindNextFile(char *namebuf);
void dd_FindFileClose();
// retrieve the current working folder where file operation will occur.
void dd_GetWorkingDir(char *path, int len) { getcwd(path, len); }