From 788c6c222d0b57f4b34ddb30f51ba0a269ba386c Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 27 Nov 2022 02:12:40 +0100 Subject: [PATCH] movieinfo: remove obsolete miSource source Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/3ab8212d4cdb09f6e438423cb4d04e587b875e4f Author: vanhofen Date: 2022-11-27 (Sun, 27 Nov 2022) Origin message was: ------------------ - movieinfo: remove obsolete miSource source ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/movieinfo.cpp | 1 - src/driver/movieinfo.h | 6 ------ 2 files changed, 7 deletions(-) diff --git a/src/driver/movieinfo.cpp b/src/driver/movieinfo.cpp index 6f2f3cf9d..4b4842c03 100644 --- a/src/driver/movieinfo.cpp +++ b/src/driver/movieinfo.cpp @@ -576,7 +576,6 @@ void MI_MOVIE_INFO::clear(void) marked = false; delAsk = true; - source = UNKNOWN; } bool CMovieInfo::loadFile(CFile &file, std::string &buffer) diff --git a/src/driver/movieinfo.h b/src/driver/movieinfo.h index 5fa9e4870..232a8a09b 100644 --- a/src/driver/movieinfo.h +++ b/src/driver/movieinfo.h @@ -149,12 +149,6 @@ class MI_MOVIE_INFO //MI_MOVIE_INFO &operator=(const MI_MOVIE_INFO& src); std::string tfile; // thumbnail/cover file name - enum miSource { - UNKNOWN = 0, - NK - }; - miSource source; - void clear(void); MI_MOVIE_INFO() { clear(); } };