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:
parent
6a840bf864
commit
c8b145c8b6
@ -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;
|
||||
|
@ -149,8 +149,6 @@ class GroovesharkService : public InternetService {
|
||||
};
|
||||
|
||||
private slots:
|
||||
void UpdateTotalSongCount(int count);
|
||||
|
||||
void SessionCreated();
|
||||
void DoSearch();
|
||||
void SearchSongsFinished();
|
||||
|
Loading…
Reference in New Issue
Block a user