engraving #whatis bit

The symbol/tile renaming for engravings made this unnecessary.
This commit is contained in:
PatR
2023-11-20 12:26:51 -08:00
parent 033c6981d8
commit d49e923986
-3
View File
@@ -1123,9 +1123,6 @@ add_cmap_descr(
/* thawing ice ("solid ice", "thin ice", &c) */ /* thawing ice ("solid ice", "thin ice", &c) */
|| ((p = strchr(x_str, ' ')) != 0 && !strcmpi(p, " ice")) || ((p = strchr(x_str, ' ')) != 0 && !strcmpi(p, " ice"))
); );
} else if (idx == S_engroom || idx == S_engrcorr) {
x_str = "engraving";
article = 1;
} }
if (!found) { if (!found) {