summaryrefslogtreecommitdiffstats
path: root/core/io/file_access_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/io/file_access_memory.h')
-rw-r--r--core/io/file_access_memory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/io/file_access_memory.h b/core/io/file_access_memory.h
index baaad5f086..868b8ed481 100644
--- a/core/io/file_access_memory.h
+++ b/core/io/file_access_memory.h
@@ -46,7 +46,6 @@ public:
virtual Error open_custom(const uint8_t *p_data, uint64_t p_len); ///< open a file
virtual Error _open(const String &p_path, int p_mode_flags); ///< open a file
- virtual void close(); ///< close a file
virtual bool is_open() const; ///< true when file is open
virtual void seek(uint64_t p_position); ///< seek to a given position