Remove the state key file comment for Account filter

This commit is contained in:
Robert Fewell 2020-05-02 14:38:37 +01:00
parent 2494ad1adf
commit b6de2981b8

View File

@ -2486,10 +2486,6 @@ gnc_tree_view_account_save_filter (GncTreeViewAccount *view,
fd->show_zero_total);
g_key_file_set_boolean (key_file, group_name, SHOW_UNUSED_ACCOUNTS,
fd->show_unused);
g_key_file_set_comment (key_file, group_name, ACCOUNT_TYPES,
"Account Filter Section below, four lines", NULL);
LEAVE("");
}