Typpruefung entfernt.

Wird jetzt von der Laufzeittyppruefung sichergestellt.

Change-Id: I09beb0c3762216f2c15fb83e03103bc5589382f2
diff --git a/std/thing/moving.c b/std/thing/moving.c
index 8f7fd64..484b335 100644
--- a/std/thing/moving.c
+++ b/std/thing/moving.c
@@ -120,11 +120,6 @@
 
 public varargs int move( object|string dest, int method )
 {
-  if (!objectp(dest) && !stringp(dest))
-      raise_error(sprintf("Wrong argument 1 to move(). 'dest' must be a "
-            "string or object! Argument was: %.100O\n",
-            dest));
-
   // Jetzige Umgebung merken
   object oldenv = environment();