From 22e725f545548e6b9583644987e82cb1e3b7ae1f Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Wed, 2 May 2012 17:33:12 +0200 Subject: Really delete seed suggestions There does not seem to be an API call for that. --- src/ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui.h') diff --git a/src/ui.h b/src/ui.h index 08dcca0..ddef633 100644 --- a/src/ui.h +++ b/src/ui.h @@ -43,7 +43,7 @@ PianoStation_t *BarUiSelectStation (BarApp_t *, PianoStation_t *, const char *, PianoSong_t *BarUiSelectSong (const BarSettings_t *, PianoSong_t *, BarReadlineFds_t *); PianoArtist_t *BarUiSelectArtist (BarApp_t *, PianoArtist_t *); -char *BarUiSelectMusicId (BarApp_t *, PianoStation_t *, PianoSong_t *, const char *); +char *BarUiSelectMusicId (BarApp_t *, PianoStation_t *, const char *); void BarStationFromGenre (BarApp_t *); void BarUiPrintStation (const BarSettings_t *, PianoStation_t *); void BarUiPrintSong (const BarSettings_t *, const PianoSong_t *, -- cgit v1.2.3