- movieinfo: remove obsolete miSource source

This commit is contained in:
vanhofen
2022-11-27 02:12:40 +01:00
committed by Thilo Graf
parent 0cfac49124
commit abd1a8305b
2 changed files with 0 additions and 7 deletions

View File

@@ -576,7 +576,6 @@ void MI_MOVIE_INFO::clear(void)
marked = false; marked = false;
delAsk = true; delAsk = true;
source = UNKNOWN;
} }
bool CMovieInfo::loadFile(CFile &file, std::string &buffer) 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 std::string tfile; // thumbnail/cover file name
enum miSource {
UNKNOWN = 0,
NK
};
miSource source;
void clear(void); void clear(void);
MI_MOVIE_INFO() { clear(); } MI_MOVIE_INFO() { clear(); }
}; };