changeset 7191 | 75360622e65f |
parent 7037 | 3fedf1f25b94 |
child 8093 | b43765095a6f |
1.1 --- a/src/render/software/SDL_drawline.c Sat May 18 12:48:50 2013 -0700 1.2 +++ b/src/render/software/SDL_drawline.c Sat May 18 14:17:52 2013 -0700 1.3 @@ -32,7 +32,6 @@ 1.4 SDL_bool draw_end) 1.5 { 1.6 if (y1 == y2) { 1.7 - //HLINE(Uint8, DRAW_FASTSETPIXEL1, draw_end); 1.8 int length; 1.9 int pitch = (dst->pitch / dst->format->BytesPerPixel); 1.10 Uint8 *pixel;