diff options
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)) { |