diff options
author | Juan Linietsky <reduzio@gmail.com> | 2018-08-10 13:29:49 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-10 13:29:49 -0300 |
commit | ea3d997f9d4243c21a9f7a65d0320f31c4d57f54 (patch) | |
tree | 3987cd371656fd23d039c3f12905bd713e6ee8b8 /core/io/file_access_zip.h | |
parent | 275e0d5ee4e80d9d3cd124ffa29a691b9aed3e70 (diff) | |
download | redot-engine-ea3d997f9d4243c21a9f7a65d0320f31c4d57f54.tar.gz |
Revert "added get_creation_time function for gdscript"
Diffstat (limited to 'core/io/file_access_zip.h')
-rw-r--r-- | core/io/file_access_zip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/io/file_access_zip.h b/core/io/file_access_zip.h index 11f9687e77..df83575f6a 100644 --- a/core/io/file_access_zip.h +++ b/core/io/file_access_zip.h @@ -114,7 +114,6 @@ public: virtual bool file_exists(const String &p_name); ///< return true if a file exists virtual uint64_t _get_modified_time(const String &p_file) { return 0; } // todo - virtual uint64_t _get_creation_time(const String &p_file) { return 0; } // NEW FUNCTION FileAccessZip(const String &p_path, const PackedData::PackedFile &p_file); ~FileAccessZip(); |