From 5c837b9c98e650d88a805caa64c22393bc956e76 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 ------------------ Branch: ni/coolstream 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 ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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;