summaryrefslogtreecommitdiff
path: root/src/fs/virtfstools.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-03-04 00:27:54 +0300
committerAndrei Karas <akaras@inbox.ru>2017-03-04 01:12:19 +0300
commit79bb654b80d5eb7a65814f80b9ca7ca1ccd62a00 (patch)
treef9669ee10e2ea3f2c41abaa84830da9efe7f9411 /src/fs/virtfstools.h
parenta6c70dd1f32c38cc81cfd4b28f929d7c13d86db1 (diff)
downloadplus-79bb654b80d5eb7a65814f80b9ca7ca1ccd62a00.tar.gz
plus-79bb654b80d5eb7a65814f80b9ca7ca1ccd62a00.tar.bz2
plus-79bb654b80d5eb7a65814f80b9ca7ca1ccd62a00.tar.xz
plus-79bb654b80d5eb7a65814f80b9ca7ca1ccd62a00.zip
Reimplement VirtFs in correct way. Now all tests should pass.
Diffstat (limited to 'src/fs/virtfstools.h')
-rw-r--r--src/fs/virtfstools.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/fs/virtfstools.h b/src/fs/virtfstools.h
index b2cfb3373..4f2a77f4c 100644
--- a/src/fs/virtfstools.h
+++ b/src/fs/virtfstools.h
@@ -51,20 +51,4 @@ namespace VirtFs
std::string loadTextFileString(const std::string &fileName);
} // namespace VirtFs
-#ifdef USE_PHYSFS
-// +++ temporary add it here
-namespace VirtFsPhys
-{
- void getFiles(const std::string &path,
- StringVect &list);
-} // namespace VirtFs
-#else // USE_PHYSFS
-// +++ temporary add it here
-namespace VirtFsDir
-{
- void getFiles(const std::string &path,
- StringVect &list);
-} // namespace VirtFs
-#endif // USE_PHYSFS
-
#endif // UTILS_VIRTFSTOOLS_H