]> granicus.if.org Git - neomutt/commit
Fix unused function warnings when sidebar is disabled. (closes #3936)
authorKevin McCarthy <kevin@8t8.us>
Sun, 30 Apr 2017 21:24:37 +0000 (14:24 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sun, 30 Apr 2017 21:24:37 +0000 (14:24 -0700)
commitb0d6d6804ce12550788c3df4319b38bef66a974a
tree72a57d9c93d4077c1c7621c2bed1e4a0d3610e66
parentec1e23333186480b98b90e321fc0c6074c19ee87
Fix unused function warnings when sidebar is disabled. (closes #3936)

parse_path_list/unlist are currently only used by the
un/sidebar_whitelist commands.  Add an ifdef around them to stop an
unused function warning.  Add a comment too, so it's clear why they
are ifdef'ed.
init.c
init.h