summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2011-12-23 21:48:46 +0100
committerLars-Dominik Braun <lars@6xq.net>2011-12-23 21:48:46 +0100
commit65517aebee0a7624b31dd9ce481e7f00ece3d497 (patch)
tree361eba35e743d058a7d078050064acb8fd02fd43 /src/ui.c
parentbe22806715ee51b5bb8d1fe9953f74bb2ee32792 (diff)
downloadpianobar-windows-65517aebee0a7624b31dd9ce481e7f00ece3d497.tar.gz
pianobar-windows-65517aebee0a7624b31dd9ce481e7f00ece3d497.tar.bz2
pianobar-windows-65517aebee0a7624b31dd9ce481e7f00ece3d497.zip
Fix warnings found by -Wshadow
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui.c b/src/ui.c
index 82d2780..c474a3d 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -566,9 +566,6 @@ void BarStationFromGenre (BarApp_t *app) {
/* receive genre stations list if not yet available */
if (app->ph.genreStations == NULL) {
- PianoReturn_t pRet;
- WaitressReturn_t wRet;
-
BarUiMsg (&app->settings, MSG_INFO, "Receiving genre stations... ");
if (!BarUiPianoCall (app, PIANO_REQUEST_GET_GENRE_STATIONS, NULL,
&pRet, &wRet)) {