summaryrefslogtreecommitdiffstats
path: root/core/io/file_access_pack.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2018-08-10 13:29:49 -0300
committerGitHub <noreply@github.com>2018-08-10 13:29:49 -0300
commitea3d997f9d4243c21a9f7a65d0320f31c4d57f54 (patch)
tree3987cd371656fd23d039c3f12905bd713e6ee8b8 /core/io/file_access_pack.h
parent275e0d5ee4e80d9d3cd124ffa29a691b9aed3e70 (diff)
downloadredot-engine-ea3d997f9d4243c21a9f7a65d0320f31c4d57f54.tar.gz
Revert "added get_creation_time function for gdscript"
Diffstat (limited to 'core/io/file_access_pack.h')
-rw-r--r--core/io/file_access_pack.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/io/file_access_pack.h b/core/io/file_access_pack.h
index 513e2896c3..8a40e6d78c 100644
--- a/core/io/file_access_pack.h
+++ b/core/io/file_access_pack.h
@@ -142,7 +142,6 @@ class FileAccessPack : public FileAccess {
FileAccess *f;
virtual Error _open(const String &p_path, int p_mode_flags);
virtual uint64_t _get_modified_time(const String &p_file) { return 0; }
- virtual uint64_t _get_creation_time(const String &p_file) { return 0; } // NEW FUNCTION
public:
virtual void close();