]> granicus.if.org Git - nethack/commitdiff
more unused code tweaking
authornethack.rankin <nethack.rankin>
Sun, 10 Nov 2002 09:32:55 +0000 (09:32 +0000)
committernethack.rankin <nethack.rankin>
Sun, 10 Nov 2002 09:32:55 +0000 (09:32 +0000)
src/worn.c

index d2afdc86dec64516adf7470e35a41020839bb4be..30b28a8ce3f7dbef9fb62fdd9e5d0c6cbd82657a 100644 (file)
@@ -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);
                }