diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-07-05 12:44:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-05 12:44:55 +0200 |
commit | 4e7223ce497afb64e8f34f644d5eac215edeac89 (patch) | |
tree | 52b35daa802c4c3e5f4a3808b28f5308664e9325 /drivers/unix/file_access_unix.cpp | |
parent | fd10de5b948d6864a0ab6ff8b4beee665cc49e5d (diff) | |
parent | f9c19298ce9ba7a9a9943949b40c757979706a5a (diff) | |
download | redot-engine-4e7223ce497afb64e8f34f644d5eac215edeac89.tar.gz |
Merge pull request #62459 from m4gr3d/refactor_android_storage_handling_main
Diffstat (limited to 'drivers/unix/file_access_unix.cpp')
-rw-r--r-- | drivers/unix/file_access_unix.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/unix/file_access_unix.cpp b/drivers/unix/file_access_unix.cpp index e0b2994b63..99836b7bea 100644 --- a/drivers/unix/file_access_unix.cpp +++ b/drivers/unix/file_access_unix.cpp @@ -333,10 +333,6 @@ Error FileAccessUnix::_set_unix_permissions(const String &p_file, uint32_t p_per return FAILED; } -Ref<FileAccess> FileAccessUnix::create_libc() { - return memnew(FileAccessUnix); -} - CloseNotificationFunc FileAccessUnix::close_notification_func = nullptr; FileAccessUnix::~FileAccessUnix() { |