mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
some inits and never read var
Origin commit data
------------------
Branch: ni/coolstream
Commit: ba600f0e5c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-08-23 (Wed, 23 Aug 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1472,7 +1472,6 @@ void CMoviePlayerGui::PlayFileLoop(void)
|
||||
disableOsdElements(MUTE);
|
||||
CFileBrowser *playlist = new CFileBrowser();
|
||||
CFile *pfile = NULL;
|
||||
pfile = &(*filelist_it);
|
||||
int selected = std::distance( filelist.begin(), filelist_it );
|
||||
filelist_it = filelist.end();
|
||||
if (playlist->playlist_manager(filelist, selected))
|
||||
@@ -2451,7 +2450,6 @@ bool CMoviePlayerGui::convertSubtitle(std::string &text)
|
||||
else {
|
||||
memset(buf + (len - olen), 0, olen);
|
||||
text = buf;
|
||||
ret = true;
|
||||
}
|
||||
|
||||
free(buf);
|
||||
|
Reference in New Issue
Block a user