get_userinfo() entfernt.

Change-Id: I8d7df0baa963479b63d2895f23b43c3e94a1bd29
diff --git a/std/shells/magier/moving.c b/std/shells/magier/moving.c
index ccb5535..0f15b98 100644
--- a/std/shells/magier/moving.c
+++ b/std/shells/magier/moving.c
@@ -201,8 +201,7 @@
     move("/secure/merlin",M_TPORT|M_NOCHECK);
     return 1;
   }
-  if ((!call_other(master(),"get_userinfo",str))||
-      !IS_LEARNER(str))
+  if (!IS_LEARNER(str))
   {
     printf("Es gibt keinen Magier namens %s.\n",
            capitalize(str));