summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/plugins/filesystem/FileLocator.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/filesystem/FileLocator.cpp b/src/plugins/filesystem/FileLocator.cpp
index d2b4bb6..2fd5483 100644
--- a/src/plugins/filesystem/FileLocator.cpp
+++ b/src/plugins/filesystem/FileLocator.cpp
@@ -116,11 +116,6 @@ void FileLocator::addDefaultSearchPaths()
#ifndef NDEBUG
addDefaultSearchPaths(SpecialPaths::getDebugDataDir());
#endif
- // also add working directory.
- addSearchPath(".", {ResourceType::UNKNOWN, ResourceType::DOMAIN_DESC,
- ResourceType::TYPESYSTEM, ResourceType::DOCUMENT,
- ResourceType::ATTRIBUTES, ResourceType::STYLESHEET,
- ResourceType::SCRIPT, ResourceType::DATA});
}
void FileLocator::addUnittestSearchPath(const std::string &subdir,