- movieplayer: remove unused "netstream" handling

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-01-02 13:23:37 +01:00
committed by Thilo Graf
parent 57b75d0601
commit d0a84c3c84

View File

@@ -449,12 +449,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;