diff --git a/src/hardware/hw_main.c b/src/hardware/hw_main.c
index 0db3e903494ce6fdbe3f75f8b444f2a0042f9299..999185ded3f91dafce9f9afd4101c9ce4950dccb 100644
--- a/src/hardware/hw_main.c
+++ b/src/hardware/hw_main.c
@@ -1101,9 +1101,6 @@ static void HWR_SplitWall(sector_t *sector, wallVert3D *wallVerts, INT32 texnum,
 		if (cutflag == FF_CUTSOLIDS) // These are regular walls sent in from StoreWallRange, they shouldn't be cut from this
 			solid = false;
 
-		if (cutflag & FF_SOLID) // these weren't being cut before anyway, although they probably should be in the right conditions
-			solid = false;
-
 		height = FIXED_TO_FLOAT(list[i].height);
 		if (solid)
 			bheight = FIXED_TO_FLOAT(*list[i].caster->bottomheight);