mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
- movieinfo: remove obsolete miSource source
This commit is contained in:
@@ -576,7 +576,6 @@ void MI_MOVIE_INFO::clear(void)
|
||||
|
||||
marked = false;
|
||||
delAsk = true;
|
||||
source = UNKNOWN;
|
||||
}
|
||||
|
||||
bool CMovieInfo::loadFile(CFile &file, std::string &buffer)
|
||||
|
@@ -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(); }
|
||||
};
|
||||
|
Reference in New Issue
Block a user