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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 0 additions and 133 deletions

View file

@ -75,7 +75,6 @@ public:
virtual bool dir_exists(String p_dir);
virtual uint64_t get_modified_time(String p_file);
virtual uint64_t get_creation_time(String p_file); // NEW FUNCTION
virtual Error rename(String p_path, String p_new_path);
virtual Error remove(String p_path);