From d0a84c3c8433a4e45e8ae445208c851c435e886f Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Tue, 2 Jan 2018 13:23:37 +0100 Subject: [PATCH] - movieplayer: remove unused "netstream" handling Signed-off-by: Thilo Graf --- src/gui/movieplayer.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index 14ade9dbf..25607d864 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -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;