Skip to content

Commit

Permalink
atari:gem: Remove duplicated debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Oct 6, 2017
1 parent 6e48d8b commit f38f47a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/video/gem/SDL_gemvideo.c
Expand Up @@ -1364,14 +1364,6 @@ static void refresh_window(_THIS, int winhandle, short *rect)
mfdb_src.fd_addr=GEM_buffer2;
}

#if DEBUG_VIDEO_GEM
printf("sdl:video:gem: redraw %dx%d: (%d,%d,%d,%d) to (%d,%d,%d,%d)\n",
surface->w, surface->h,
pxy[0],pxy[1],pxy[2],pxy[3],
pxy[4],pxy[5],pxy[6],pxy[7]
);
#endif

vro_cpyfm( VDI_handle, S_ONLY, pxy, &mfdb_src, &VDI_dst_mfdb);
}

Expand Down

0 comments on commit f38f47a

Please sign in to comment.