diff --git a/src/worn.c b/src/worn.c index d2afdc86d..30b28a8ce 100644 --- a/src/worn.c +++ b/src/worn.c @@ -539,8 +539,6 @@ clear_bypasses() xchar ox, oy; (void) get_obj_location(otmp, &ox, &oy, 0); - obj_extract_self(otmp); - place_object(otmp, ox, oy); stack_object(otmp); newsym(ox, oy); }