Revert "Revert "Remove useless return.""

This reverts commit 4959b8e20e89d66b998637697be0e4acc4127600.
This commit is contained in:
TwinAphex51224 2012-03-05 21:31:11 +01:00
parent 6ef7eae423
commit 3c2591f71f

View File

@ -685,9 +685,6 @@ static int rsnd_poll(struct pollfd *fd, int numfd, int timeout)
}
return 0;
}
// Avoids warning
return 0;
}
static void rsnd_sleep(int msecs)