summaryrefslogtreecommitdiff
path: root/src/profile.h
diff options
context:
space:
mode:
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