Comment out file path code

This commit is contained in:
mwalker33 2020-04-25 18:37:23 +10:00
parent 7fdaa51678
commit a8ff7b4815
4 changed files with 20 additions and 18 deletions

View file

@ -192,6 +192,7 @@ bool create_path(const char *dirname) {
return true;
}
*/
/*
bool setDefaultPath (savePaths_t pathIndex,const char *Path) {
if (pathIndex < spItemCount) {
@ -210,7 +211,7 @@ bool setDefaultPath (savePaths_t pathIndex,const char *Path) {
return true;
}
*/
static char *filenamemcopy(const char *preferredName, const char *suffix) {
if (preferredName == NULL) return NULL;
if (suffix == NULL) return NULL;