Removed unused PLAYERSHELLS

Define was unusued and not missed newer shells.

Change-Id: I6f1a362b6f57b557e6a90397f6b1a6dd23d4ea23
diff --git a/secure/master/userinfo.c b/secure/master/userinfo.c
index 5d8f4ff..009f3c8 100644
--- a/secure/master/userinfo.c
+++ b/secure/master/userinfo.c
@@ -715,10 +715,6 @@
   return userlist[user,USER_FPTIPS];
 }
 
-#define PLAYERSHELLS ({"/std/shells/darkelf", "/std/shells/dwarf", \
-    "/std/shells/elf", "/std/shells/feline", "/std/shells/hobbit", \
-    "/std/shells/human" })
-
 // Aendert die Shells eines Users.
 int set_player_object( string user, string objectname )
 {