Clean up more "unused variable" warnings
This commit is contained in:
parent
4d932f800b
commit
7e99b05510
2 changed files with 11 additions and 11 deletions
|
|
@ -671,10 +671,6 @@ void perspective_release(magic_api * api, int which,
|
|||
canvas->format->Gmask,
|
||||
canvas->format->Bmask, 0);
|
||||
|
||||
printf("SDL_BlitSurface(canvas_back (%d), update_rect (%d), aux_surf (%d), NULL\n",
|
||||
canvas_back, update_rect, aux_surf);
|
||||
fflush(stdout);
|
||||
|
||||
SDL_BlitSurface(canvas_back, update_rect, aux_surf, NULL);
|
||||
scaled_surf = api->scale(aux_surf, canvas->w, canvas->h, 0);
|
||||
SDL_BlitSurface(scaled_surf, NULL, canvas, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue