unbenutzte Variablen entfernt

Change-Id: Ic14820b7238228cabda50189013f953d709d5129
diff --git a/obj/team.c b/obj/team.c
index 042406e..9e481b0 100644
--- a/obj/team.c
+++ b/obj/team.c
@@ -166,7 +166,7 @@
 
 // Aktualisiert act_row (->wer steht in welcher Reihe).
 private void UpdateActRow() {
-  int i,j,update_hp;
+  int i,update_hp;
   object *new;
   mixed aso;
 
@@ -639,7 +639,6 @@
 static int ChangeFormation(string arg) {
   string *words;
   int i,min,max;
-  mapping old_row;
 
   if (arg=="aus")
     arg="1-6 0-6 0-6 0-6 0-6";
@@ -917,8 +916,6 @@
 }
 
 int RemoveAssocMember(object caster, object npc) {
-  object *obs;
-
   if (extern_call() && PO!=caster)
     return 0;
   if (!IsMember(caster) || assoc_mem[npc]!=caster)