Don't need this

This commit is contained in:
Barry Harris 2018-05-18 13:28:00 +00:00
parent 541fcec353
commit 81e783f6a4
1 changed files with 0 additions and 2 deletions

View File

@ -180,8 +180,6 @@ INT32 VidInit()
if (!_tcsicmp(p+1, _T("png"))) {
FILE *fp = _tfopen(szPlaceHolder, _T("rb"));
if (fp) {
char szTemp[MAX_PATH];
sprintf(szTemp, _TtoA(szPlaceHolder));
hbitmap = PNGLoadBitmap(hScrnWnd, fp, 0, 0, 0);
fclose(fp);
}