mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove the state key file comment for Account filter
This commit is contained in:
parent
2494ad1adf
commit
b6de2981b8
@ -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("");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user