Browse Source

Follow up to 0696125
* Removed an unused function.

aleos89 10 years ago
parent
commit
12dfbc289d
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/char/inter.c

+ 0 - 7
src/char/inter.c

@@ -913,13 +913,6 @@ int mapif_wis_end(struct WisData *wd, int flag)
 	return 0;
 }
 
-// Account registry transfer to map-server
-static void mapif_account_reg(int fd, unsigned char *src)
-{
-	WBUFW(src,0)=0x3804; //NOTE: writing to RFIFO
-	chmapif_sendallwos(fd, src, WBUFW(src,2));
-}
-
 // Send the requested account_reg
 int mapif_account_reg_reply(int fd, uint32 account_id, uint32 char_id, int type)
 {