CAudioPlayerSetup: remove redundant parent->hide()

Possible null pointer dereference: parent - otherwise it is redundant
to check it against null.
This commit is contained in:
2013-12-02 21:20:20 +01:00
parent c5b9786df4
commit 7e4bdebba1

View File

@@ -73,7 +73,6 @@ int CAudioPlayerSetup::exec(CMenuTarget* parent, const std::string &actionKey)
if(actionKey == "audioplayerdir")
{
parent->hide();
CFileBrowser b;
b.Dir_Mode=true;
if (b.exec(g_settings.network_nfs_audioplayerdir))