diff options
author | Juan Linietsky <reduzio@gmail.com> | 2018-08-10 13:30:00 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-10 13:30:00 -0300 |
commit | 767fb2fa0ba14ee6afb4eeeaad12e5dee944547b (patch) | |
tree | 3987cd371656fd23d039c3f12905bd713e6ee8b8 /core/bind/core_bind.h | |
parent | 275e0d5ee4e80d9d3cd124ffa29a691b9aed3e70 (diff) | |
parent | ea3d997f9d4243c21a9f7a65d0320f31c4d57f54 (diff) |
Merge pull request #20889 from godotengine/revert-18914-master
Revert "added get_creation_time function for gdscript"
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r-- | core/bind/core_bind.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h index 18f84e0c04..1729c23779 100644 --- a/core/bind/core_bind.h +++ b/core/bind/core_bind.h @@ -485,7 +485,6 @@ public: bool file_exists(const String &p_name) const; ///< return true if a file exists uint64_t get_modified_time(const String &p_file) const; - uint64_t get_creation_time(const String &p_file) const; // NEW FUNCTION _File(); virtual ~_File(); |