remove unused variable

This commit is contained in:
PatR
2024-01-22 17:10:14 -08:00
parent 5540e266c4
commit bba6942082

View File

@@ -1923,7 +1923,6 @@ trapeffect_level_telep(
seetrap(trap);
level_tele_trap(trap, trflags);
} else {
int tt = trap->ttyp;
boolean in_sight = canseemon(mtmp) || (mtmp == u.usteed);
boolean forcetrap = ((trflags & FORCETRAP) != 0);