From 24e807f520709e2b99d1f0044281a0f2347315b0 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 4 Mar 2012 13:59:45 +0100 Subject: [PATCH] Remove useless return. --- console/librsound/librsound.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/console/librsound/librsound.c b/console/librsound/librsound.c index 798ec36429..1a553b550f 100644 --- a/console/librsound/librsound.c +++ b/console/librsound/librsound.c @@ -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)