summaryrefslogtreecommitdiff
path: root/src/profile.h
diff options
context:
space:
mode:
authorMikaƫl Capelle <capelle.mikael@gmail.com>2021-01-30 18:21:56 +0100
committerGitHub <noreply@github.com>2021-01-30 18:21:56 +0100
commit3b360162e1d16f0f54e4163a16efe56fb50152c7 (patch)
tree7c4184886251cf91ac0a6ad18d4a6641e6535b07 /src/profile.h
parentf53e5406d4292f484257178ec5733f6ceb116673 (diff)
parent76989e2b8f6dc3cea2c2e90813feb86af2ecad14 (diff)
Merge pull request #1386 from Holt59/update-settings-dialog
Update settings dialog.
Diffstat (limited to 'src/profile.h')
-rw-r--r--src/profile.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/profile.h b/src/profile.h
index 672a2c13..457d8015 100644
--- a/src/profile.h
+++ b/src/profile.h
@@ -190,12 +190,6 @@ public:
QString getArchivesFileName() const;
/**
- * @return the path of the delete file in this profile
- * @note the deleter file lists plugins that should be hidden from the game and other tools
- **/
- QString getDeleterFileName() const;
-
- /**
* @return the path of the ini file in this profile
* @todo since the game can contain multiple ini files (i.e. skyrim.ini skyrimprefs.ini)
* the concept of this function is somewhat broken