summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2018-08-10 13:30:00 -0300
committerGitHub <noreply@github.com>2018-08-10 13:30:00 -0300
commit767fb2fa0ba14ee6afb4eeeaad12e5dee944547b (patch)
tree3987cd371656fd23d039c3f12905bd713e6ee8b8 /platform
parent275e0d5ee4e80d9d3cd124ffa29a691b9aed3e70 (diff)
parentea3d997f9d4243c21a9f7a65d0320f31c4d57f54 (diff)
Merge pull request #20889 from godotengine/revert-18914-master
Revert "added get_creation_time function for gdscript"
Diffstat (limited to 'platform')
-rw-r--r--platform/android/file_access_android.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/android/file_access_android.h b/platform/android/file_access_android.h
index 3d51e31005..03f4c59521 100644
--- a/platform/android/file_access_android.h
+++ b/platform/android/file_access_android.h
@@ -70,7 +70,6 @@ public:
virtual bool file_exists(const String &p_path); ///< return true if a file exists
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
//static void make_default();