From: Richard Russon Date: Tue, 25 Jul 2017 15:27:32 +0000 (+0100) Subject: tidy: remove unnecessary casts X-Git-Tag: neomutt-20170907~55^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6441c2d3e0827d46fa1177ad3cc84cd2bde89f7;p=neomutt tidy: remove unnecessary casts --- diff --git a/init.h b/init.h index 10e1c9fa3..f61b4f9e6 100644 --- a/init.h +++ b/init.h @@ -3287,7 +3287,7 @@ struct Option MuttVars[] = { ** .pp ** \fBSee also:\fP $sidebar_whitelist. */ - { "sidebar_next_new_wrap", DT_BOOL, R_NONE, UL OPTSIDEBARNEXTNEWWRAP, 0 }, + { "sidebar_next_new_wrap", DT_BOOL, R_NONE, OPTSIDEBARNEXTNEWWRAP, 0 }, /* ** .pp ** When set, the \fC\fP command will not stop and the end of @@ -3295,7 +3295,7 @@ struct Option MuttVars[] = { ** \fC\fP command is similarly affected, wrapping around to ** the end of the list. */ - { "sidebar_on_right", DT_BOOL, R_BOTH|R_REFLOW, UL OPTSIDEBARONRIGHT, 0 }, + { "sidebar_on_right", DT_BOOL, R_BOTH|R_REFLOW, OPTSIDEBARONRIGHT, 0 }, /* ** .pp ** When set, the sidebar will appear on the right-hand side of the screen.