Ticket #4038 (closed defect: fixed)
Unused config entry "expanded_view_of_groups"
Reported by: | egmont | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.8.24 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: | committed-master |
Description
The ini file has a section called "[HotlistConfig]" with just one entry named "expanded_view_of_groups".
Apparently it's unused. The variable "int expanded" is set from it in src/filemanager/hotlist.c, but is never read.
Thus I think the entire "HotlistConfig" section could be removed.
Change History
Note: See
TracTickets for help on using
tickets.
Done in the 3997_cleanup branch.