movieinfo: remove obsolete miSource source

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3ab8212d4c
Author: vanhofen <vanhofen@gmx.de>
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
This commit is contained in:
vanhofen
2022-11-27 02:12:40 +01:00
parent eb5e76d4f9
commit 788c6c222d
2 changed files with 0 additions and 7 deletions

View File

@@ -576,7 +576,6 @@ void MI_MOVIE_INFO::clear(void)
marked = false;
delAsk = true;
source = UNKNOWN;
}
bool CMovieInfo::loadFile(CFile &file, std::string &buffer)

View File

@@ -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(); }
};