summaryrefslogtreecommitdiff
path: root/src/profile.h
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.h
parentf53e5406d4292f484257178ec5733f6ceb116673 (diff)
Move settings around. Remove unused settings.
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