mirror of https://gitlab.com/nakst/essence
remove dialog testing code
This commit is contained in:
parent
5bd60f593c
commit
33b7dd9dd1
|
@ -57,8 +57,6 @@ EsError FSDirRenameItem(Folder *folder, String oldName, String newName) {
|
|||
EsError FSDirEnumerate(Folder *folder) {
|
||||
// TODO Recurse mode.
|
||||
|
||||
EsSleep(2000);
|
||||
|
||||
EsNodeType type;
|
||||
|
||||
if (!EsPathExists(STRING(folder->path), &type) || type != ES_NODE_DIRECTORY) {
|
||||
|
|
Loading…
Reference in New Issue