summaryrefslogtreecommitdiffstats
path: root/drivers/unix/dir_access_unix.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-07-05 12:44:55 +0200
committerGitHub <noreply@github.com>2022-07-05 12:44:55 +0200
commit4e7223ce497afb64e8f34f644d5eac215edeac89 (patch)
tree52b35daa802c4c3e5f4a3808b28f5308664e9325 /drivers/unix/dir_access_unix.cpp
parentfd10de5b948d6864a0ab6ff8b4beee665cc49e5d (diff)
parentf9c19298ce9ba7a9a9943949b40c757979706a5a (diff)
downloadredot-engine-4e7223ce497afb64e8f34f644d5eac215edeac89.tar.gz
Merge pull request #62459 from m4gr3d/refactor_android_storage_handling_main
Diffstat (limited to 'drivers/unix/dir_access_unix.cpp')
-rw-r--r--drivers/unix/dir_access_unix.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/unix/dir_access_unix.cpp b/drivers/unix/dir_access_unix.cpp
index 7e6105f033..5d195c0965 100644
--- a/drivers/unix/dir_access_unix.cpp
+++ b/drivers/unix/dir_access_unix.cpp
@@ -49,10 +49,6 @@
#include <mntent.h>
#endif
-Ref<DirAccess> DirAccessUnix::create_fs() {
- return memnew(DirAccessUnix);
-}
-
Error DirAccessUnix::list_dir_begin() {
list_dir_end(); //close any previous dir opening!