aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/vfs_real.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-10-26 00:15:34 -0400
committerGitHub <noreply@github.com>2018-10-26 00:15:34 -0400
commit72e6b31a070bcefc9d03bf75d14bd0808ea403f5 (patch)
treef6a5d3445687d18bdf5965ae6ed2ea5b81f25cfd /src/core/file_sys/vfs_real.cpp
parent1f98dc30eaac7b799182c1998502c05b9fbb56d8 (diff)
parenta25d79cfaad99e7659a8123d41dc0969e854259b (diff)
Merge pull request #1430 from DarkLordZach/remove-promote-dir
vfs: Remove InterpretAsDirectory and related functions
Diffstat (limited to 'src/core/file_sys/vfs_real.cpp')
-rw-r--r--src/core/file_sys/vfs_real.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/file_sys/vfs_real.cpp b/src/core/file_sys/vfs_real.cpp
index 9defad04c..e21300a7c 100644
--- a/src/core/file_sys/vfs_real.cpp
+++ b/src/core/file_sys/vfs_real.cpp
@@ -430,7 +430,4 @@ std::map<std::string, VfsEntryType, std::less<>> RealVfsDirectory::GetEntries()
return out;
}
-bool RealVfsDirectory::ReplaceFileWithSubdirectory(VirtualFile file, VirtualDir dir) {
- return false;
-}
} // namespace FileSys