Remove useless check
This commit is contained in:
parent
bb08a0f416
commit
c891a44243
@ -1111,8 +1111,7 @@ QList<QAction*> GroovesharkService::playlistitem_actions(const Song& song) {
|
|||||||
// Clear previous actions
|
// Clear previous actions
|
||||||
while (!playlistitem_actions_.isEmpty()) {
|
while (!playlistitem_actions_.isEmpty()) {
|
||||||
QAction* action = playlistitem_actions_.takeFirst();
|
QAction* action = playlistitem_actions_.takeFirst();
|
||||||
QMenu* menu = action->menu();
|
delete action->menu();
|
||||||
if (menu) delete menu;
|
|
||||||
delete action;
|
delete action;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user