r_player: removed old code

This commit is contained in:
schneider 2011-12-16 03:07:36 +01:00
parent d51f5c9caf
commit 1448c19e1c
1 changed files with 0 additions and 2 deletions

View File

@ -267,8 +267,6 @@ void processNickRequest( struct nickrequest *nq)
p.c.nick.flags = 0;
uint8_t *nick = GLOBAL(nickname);
strcpy(p.c.nick.nick, nick);
//p.c.nick.nick[0] = 'S';
//p.c.nick.nick[1] = 0;
nrf_snd_pkt_crc(sizeof(p),(uint8_t*)&p);
}