From: nethack.rankin Date: Sun, 10 Nov 2002 09:32:55 +0000 (+0000) Subject: more unused code tweaking X-Git-Tag: MOVE2GIT~2336 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6d0e7f0b93b41650b665f79b51668190a2211d1;p=nethack more unused code tweaking --- 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); }