]> git.lizzy.rs Git - dungeon_game.git/blobdiff - plugins/sword/sword.c
Add mapgen contexts
[dungeon_game.git] / plugins / sword / sword.c
index dc1118d2445f87bd3a6a0236c2fe21a58a0afa7c..bac963f44c73d76b9937df0bd2629666af3d2ac2 100644 (file)
@@ -7,8 +7,6 @@
 
 static bool use_broken_sword(struct itemstack *stack)
 {
-       (void) stack;
-
        return true;
 }