summaryrefslogtreecommitdiff
path: root/src/profile.cpp
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-29 19:43:24 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-29 19:43:24 +0100
commitd0796b4ab23122d5f01378743d93f8c75b19c35c (patch)
tree66c9e549d0f1ecb8be22ccb889e66c86e162f42a /src/profile.cpp
parentf53e5406d4292f484257178ec5733f6ceb116673 (diff)
Move settings around. Remove unused settings.
Diffstat (limited to 'src/profile.cpp')
-rw-r--r--src/profile.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/profile.cpp b/src/profile.cpp
index 2546661b..f43ac3a1 100644
--- a/src/profile.cpp
+++ b/src/profile.cpp
@@ -934,11 +934,6 @@ QString Profile::getArchivesFileName() const
return QDir::cleanPath(m_Directory.absoluteFilePath("archives.txt"));
}
-QString Profile::getDeleterFileName() const
-{
- return QDir::cleanPath(m_Directory.absoluteFilePath("hide_plugins.txt"));
-}
-
QString Profile::getIniFileName() const
{
auto iniFiles = m_GamePlugin->iniFiles();