Skip to content

Commit

Permalink
Revert "Check return value of FindThemeFile() when loading an image."
Browse files Browse the repository at this point in the history
This reverts commit 0d75be�bc751e3e669192379eec0a4a7fc722a76c.
  • Loading branch information
stuartm committed Aug 1, 2013
1 parent 5b93775 commit 57a4624
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mythtv/libs/libmythui/mythuihelper.cpp
Expand Up @@ -1515,10 +1515,7 @@ MythImage *MythUIHelper::LoadCacheImage(QString srcfile, QString label,
{
// Now compare the time on the source versus our cached copy
if (!(cacheMode & kCacheIgnoreDisk))
{
if (!FindThemeFile(srcfile))
return NULL;
}
FindThemeFile(srcfile);

QDateTime srcLastModified;
QFileInfo original(srcfile);
Expand Down

0 comments on commit 57a4624

Please sign in to comment.