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