Unbenutzte Variablen entfernt

Change-Id: Id364c167df6addccc388908b15e3471d78f6001e
diff --git a/std/items/fishing/haken.c b/std/items/fishing/haken.c
index 91a2427..60dacf1 100644
--- a/std/items/fishing/haken.c
+++ b/std/items/fishing/haken.c
@@ -65,9 +65,8 @@
 }
 
 static int spiessauf(string str) {
-  string haken,wurmname,*substr;
+  string haken,wurmname;
   object wurm;
-  int amount;
 
   notify_fail("Was willst Du denn aufspiessen?\n");
   if (!stringp(str) || !sizeof(str))