Revert "some fixes provided from Hardfought"

This reverts commit ab9e28d1aa.
This commit is contained in:
nhmall
2018-12-04 11:59:41 -05:00
parent ab9e28d1aa
commit dc2539701a
5 changed files with 6 additions and 84 deletions

View File

@@ -3185,14 +3185,7 @@ int which_set;
if (symset[which_set].name
&& (fuzzymatch(symset[which_set].name, "Default symbols",
" -_", TRUE)
|| !strcmpi(symset[which_set].name, "default")
#ifdef CURSES_GRAPHICS
/* we don't maintain static symbols for curses
* the system defines these at runtime
*/
|| !strcmpi(symset[which_set].name, "curses")
#endif
))
|| !strcmpi(symset[which_set].name, "default")))
clear_symsetentry(which_set, TRUE);
config_error_done();
return (symset[which_set].name == 0) ? 1 : 0;