1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-16 19:31:02 +01:00

Remove useless code in groovesharkservice

This commit is contained in:
Arnaud Bienner 2012-08-04 00:38:18 +02:00
parent 6a840bf864
commit c8b145c8b6
2 changed files with 0 additions and 5 deletions

View File

@ -520,9 +520,6 @@ void GroovesharkService::ShowContextMenu(const QPoint& global_pos) {
context_menu_->popup(global_pos);
}
void GroovesharkService::UpdateTotalSongCount(int count) {
}
void GroovesharkService::EnsureMenuCreated() {
if(!context_menu_) {
context_menu_ = new QMenu;

View File

@ -149,8 +149,6 @@ class GroovesharkService : public InternetService {
};
private slots:
void UpdateTotalSongCount(int count);
void SessionCreated();
void DoSearch();
void SearchSongsFinished();