No need to call net_init

This commit is contained in:
simon.kagstrom 2009-03-29 17:42:12 +00:00
parent 2cc9a827c3
commit c730b2b185

View File

@ -90,9 +90,6 @@ void Network::InitNetwork()
{
char myIP[16];
/* From Snes9x-gx */
while (net_init() == -EAGAIN);
if (if_config(myIP, NULL, NULL, true) < 0)
{
fprintf(stderr, "\n\n\nError getting IP address via DHCP.\n");