removed prints

This commit is contained in:
jojo61 2018-11-17 15:08:17 +01:00
parent c97fd4e007
commit e6bd5cdce2
2 changed files with 1 additions and 2 deletions

View File

@ -1012,7 +1012,7 @@ void cMenuSetupSoft::Create(void)
if (scalers == 0) {
for (scalers = 0;pl_named_filters[scalers].filter != NULL ; scalers++) {
scaling[scalers] = (char*)pl_named_filters[scalers].name;
printf("Scaler %s\n",pl_named_filters[scalers].name);
// printf("Scaler %s\n",pl_named_filters[scalers].name);
}
scalers -= 2;
}

View File

@ -6004,7 +6004,6 @@ void VideoSetScaling(int mode[VideoResolutionMax])
VideoScaling[2] = mode[2];
VideoScaling[3] = mode[3];
VideoScaling[4] = mode[4];
printf("scaling changed %d %d %d %d %d\n",mode[0],mode[1],mode[2],mode[3],mode[4]);
VideoSurfaceModesChanged = 1;
}