diff options
author | Patrick Griffis <tingping@tingping.se> | 2016-08-20 23:24:19 -0400 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2016-08-20 23:24:19 -0400 |
commit | dc09f2c75dba14e40fbdd69d3bbd850010d80451 (patch) | |
tree | df4ae0ea7d7ac41bc98e885c7980792072f9daa6 /src/fe-gtk/setup.c | |
parent | 97d4afc4fb10e9036b26c73efd41872f4601b5b8 (diff) |
Remove unused preference
I can't really think of a reason this would be needed and since it doesn't do anything, and didn't since xchat, might as well remove it.
Diffstat (limited to 'src/fe-gtk/setup.c')
-rw-r--r-- | src/fe-gtk/setup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fe-gtk/setup.c b/src/fe-gtk/setup.c index 28117ded..265c979c 100644 --- a/src/fe-gtk/setup.c +++ b/src/fe-gtk/setup.c @@ -257,7 +257,6 @@ static const setting userlist_settings[] = {ST_TOGGLE, N_("Show icons for user modes"), P_OFFINTNL(hex_gui_ulist_icons), N_("Use graphical icons instead of text symbols in the user list."), 0, 0}, {ST_TOGGLE, N_("Color nicknames in userlist"), P_OFFINTNL(hex_gui_ulist_color), N_("Will color nicknames the same as in chat."), 0, 0}, {ST_TOGGLE, N_("Show user count in channels"), P_OFFINTNL(hex_gui_ulist_count), 0, 0, 0}, -/* {ST_TOGGLE, N_("Resizable user list"), P_OFFINTNL(hex_gui_ulist_resizable),0,0,0},*/ {ST_MENU, N_("User list sorted by:"), P_OFFINTNL(hex_gui_ulist_sort), 0, ulmenutext, 0}, {ST_MENU, N_("Show user list at:"), P_OFFINTNL(hex_gui_ulist_pos), 0, ulpos, 1}, @@ -2188,8 +2187,6 @@ setup_apply (struct hexchatprefs *pr) noapply = TRUE; if (DIFF (hex_gui_ulist_icons)) noapply = TRUE; - if (DIFF (hex_gui_ulist_resizable)) - noapply = TRUE; if (DIFF (hex_gui_ulist_show_hosts)) noapply = TRUE; if (DIFF (hex_gui_ulist_style)) |