diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/windows/dir_access_windows.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/windows/dir_access_windows.h b/drivers/windows/dir_access_windows.h index b7acb5a45a..b151b631e9 100644 --- a/drivers/windows/dir_access_windows.h +++ b/drivers/windows/dir_access_windows.h @@ -82,7 +82,6 @@ public: virtual String read_link(String p_file) { return p_file; }; virtual Error create_link(String p_source, String p_target) { return FAILED; }; - //virtual FileType get_file_type() const; uint64_t get_space_left(); virtual String get_filesystem_type() const; |