summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/source/unix/sysshell/recently_used_file_handler.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/shell/source/unix/sysshell/recently_used_file_handler.cxx b/shell/source/unix/sysshell/recently_used_file_handler.cxx
index eda1f1a5c2de..d6be7b63f33b 100644
--- a/shell/source/unix/sysshell/recently_used_file_handler.cxx
+++ b/shell/source/unix/sysshell/recently_used_file_handler.cxx
@@ -72,11 +72,10 @@ namespace /* private */ {
recently_used_item(
const string_t& uri,
const string_t& mime_type,
- const string_container_t& groups,
- bool is_private = false) :
+ const string_container_t& groups) :
uri_(uri),
mime_type_(mime_type),
- is_private_(is_private),
+ is_private_(false),
groups_(groups)
{
timestamp_ = time(nullptr);