Revert "added get_creation_time function for gdscript"

This commit is contained in:
Juan Linietsky
2018-08-10 13:29:49 -03:00
committed by GitHub
parent 275e0d5ee4
commit ea3d997f9d
24 changed files with 0 additions and 133 deletions

View File

@ -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();