bspfile.hh: remove covered_native

This commit is contained in:
Eric Wasylishen 2022-04-26 01:23:36 -06:00
parent af84f840be
commit 8731dcb469
1 changed files with 0 additions and 4 deletions

View File

@ -595,10 +595,6 @@ struct contentflags_t
// extra flags, specific to BSP only
int32_t extended;
// for CFLAGS_STRUCTURAL_COVERED_BY_DETAIL
// fixme-brushbsp: remove this
int32_t covered_native;
constexpr bool operator==(const contentflags_t &other) const
{
return native == other.native && extended == other.extended;