From 65517aebee0a7624b31dd9ce481e7f00ece3d497 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 23 Dec 2011 21:48:46 +0100 Subject: Fix warnings found by -Wshadow --- src/ui.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ui.c') 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)) { -- cgit v1.2.3