From d0796b4ab23122d5f01378743d93f8c75b19c35c Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Fri, 29 Jan 2021 19:43:24 +0100 Subject: Move settings around. Remove unused settings. --- src/pluginlist.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/pluginlist.h') diff --git a/src/pluginlist.h b/src/pluginlist.h index c16bfc98..e12a8798 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -180,12 +180,8 @@ public: * @brief save the plugin status to the specified file * * @param lockedOrderFileName path of the lockedorder.txt to write to - * @param deleterFileName file to receive a list of files to hide from the virtual data tree. This is used to hide unchecked plugins if "hideUnchecked" is true - * @param hideUnchecked if true, plugins that aren't enabled will be hidden from the virtual data directory **/ - void saveTo(const QString &lockedOrderFileName - , const QString &deleterFileName - , bool hideUnchecked) const; + void saveTo(const QString &lockedOrderFileName) const; /** * @brief save the current load order -- cgit v1.3.1