summaryrefslogtreecommitdiff
path: root/drivers/unix/file_access_unix.h
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/file_access_unix.h
parentfd10de5b948d6864a0ab6ff8b4beee665cc49e5d (diff)
parentf9c19298ce9ba7a9a9943949b40c757979706a5a (diff)
Merge pull request #62459 from m4gr3d/refactor_android_storage_handling_main
Diffstat (limited to 'drivers/unix/file_access_unix.h')
-rw-r--r--drivers/unix/file_access_unix.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/unix/file_access_unix.h b/drivers/unix/file_access_unix.h
index 4340bbbc82..0261b8be53 100644
--- a/drivers/unix/file_access_unix.h
+++ b/drivers/unix/file_access_unix.h
@@ -49,7 +49,6 @@ class FileAccessUnix : public FileAccess {
String path;
String path_src;
- static Ref<FileAccess> create_libc();
void _close();
public: