summaryrefslogtreecommitdiff
path: root/src/fs/virtfstools.h
diff options
context:
space:
mode:
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