From 0e791db0eb549342fc8205ee85f7bc80f9dbdd1e Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 2 Jan 2018 13:23:37 +0100 Subject: [PATCH] movieplayer: remove unused "netstream" handling Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/e4c4f8da35dbaeedcad75b3d0655b16eaca13da0 Author: vanhofen Date: 2018-01-02 (Tue, 02 Jan 2018) Origin message was: ------------------ - movieplayer: remove unused "netstream" handling --- src/gui/movieplayer.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/gui/movieplayer.cpp b/src/gui/movieplayer.cpp index c7de04c42..4c6d219e9 100644 --- a/src/gui/movieplayer.cpp +++ b/src/gui/movieplayer.cpp @@ -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;