diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2011-12-23 21:48:46 +0100 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2011-12-23 21:48:46 +0100 |
commit | 65517aebee0a7624b31dd9ce481e7f00ece3d497 (patch) | |
tree | 361eba35e743d058a7d078050064acb8fd02fd43 /src/ui.c | |
parent | be22806715ee51b5bb8d1fe9953f74bb2ee32792 (diff) | |
download | pianobar-65517aebee0a7624b31dd9ce481e7f00ece3d497.tar.gz pianobar-65517aebee0a7624b31dd9ce481e7f00ece3d497.tar.bz2 pianobar-65517aebee0a7624b31dd9ce481e7f00ece3d497.zip |
Fix warnings found by -Wshadow
Diffstat (limited to 'src/ui.c')
-rw-r--r-- | src/ui.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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)) { |