diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-29 19:43:24 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-29 19:43:24 +0100 |
| commit | d0796b4ab23122d5f01378743d93f8c75b19c35c (patch) | |
| tree | 66c9e549d0f1ecb8be22ccb889e66c86e162f42a /src/profile.cpp | |
| parent | f53e5406d4292f484257178ec5733f6ceb116673 (diff) | |
Move settings around. Remove unused settings.
Diffstat (limited to 'src/profile.cpp')
| -rw-r--r-- | src/profile.cpp | 5 |
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(); |
