comment out never used

This commit is contained in:
satbaby
2012-08-04 10:03:19 +02:00
parent f8aa4262cb
commit 9124c20f31
26 changed files with 149 additions and 85 deletions

View File

@@ -126,6 +126,8 @@ void CScreenShot::run()
}
/* save file in sync mode, return true if save ok, or false */
#if 0
//never used
bool CScreenShot::StartSync()
{
bool ret = false;
@@ -136,7 +138,7 @@ bool CScreenShot::StartSync()
printf("CScreenShot::StartSync: %s finished: %d\n", filename.c_str(), ret);
return ret;
}
#endif
/* save file in selected format, free data received from video decoder */
bool CScreenShot::SaveFile()
{