mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
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:
@@ -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