Remove cryptic file type

This commit is contained in:
Mr-Dave
2024-08-18 10:21:10 -06:00
parent 676b5d175c
commit facd019c0f
5 changed files with 1 additions and 32 deletions

View File

@@ -372,10 +372,6 @@ void mystrftime_base(cls_camera *cam
} else if (fmt.substr(indx,2) == "%f") {
user_fmt.append(fname);
indx++;
} else if (fmt.substr(indx,2) == "%n") {
sprintf(tmp, "%d", cam->filetype);
user_fmt.append(tmp);
indx++;
} else if (fmt.substr(indx,2) == "%$") {
user_fmt.append(cam->cfg->device_name);
indx++;