diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2021-01-30 18:21:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-30 18:21:56 +0100 |
| commit | 3b360162e1d16f0f54e4163a16efe56fb50152c7 (patch) | |
| tree | 7c4184886251cf91ac0a6ad18d4a6641e6535b07 /src/profile.cpp | |
| parent | f53e5406d4292f484257178ec5733f6ceb116673 (diff) | |
| parent | 76989e2b8f6dc3cea2c2e90813feb86af2ecad14 (diff) | |
Merge pull request #1386 from Holt59/update-settings-dialog
Update settings dialog.
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(); |
