movieplayer: remove unused "netstream" handling

Origin commit data
------------------
Commit: e4c4f8da35
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-01-02 (Tue, 02 Jan 2018)

Origin message was:
------------------
- movieplayer: remove unused "netstream" handling
This commit is contained in:
vanhofen
2018-01-02 13:23:37 +01:00
parent ce5ded0cee
commit 0e791db0eb

View File

@@ -448,12 +448,6 @@ int CMoviePlayerGui::exec(CMenuTarget * parent, const std::string & actionKey)
isBookmark = true;
}
#endif
else if (actionKey == "netstream") {
isHTTP = true;
p_movie_info = NULL;
is_file_player = true;
PlayFile();
}
else if (actionKey == "upnp") {
isUPNP = true;
is_file_player = true;