ShowPicture: revert API change

Origin commit data
------------------
Branch: master
Commit: e10d6a5a18
Author: martii <m4rtii@gmx.de>
Date: 2013-06-07 (Fri, 07 Jun 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-06-07 16:21:04 +02:00
parent 14baad8f87
commit 185987f0da
4 changed files with 2 additions and 17 deletions

View File

@@ -211,11 +211,7 @@ void cVideo::SetVideoMode(analog_mode_t)
{
}
#ifdef MARTII
void cVideo::ShowPicture(const char *fname, bool)
#else
void cVideo::ShowPicture(const char *fname)
#endif
{
lt_info("%s(%s)\n", __func__, fname);
if (access(fname, R_OK))