From: Charlie Brej Date: Sun, 18 Apr 2010 20:43:41 +0000 (+0100) Subject: [progress-animation] Remove unnecessary draw area X-Git-Tag: 0.8.3~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb7fa46b7bd2c387ccd81504eab9bd044ce66374;p=thirdparty%2Fplymouth.git [progress-animation] Remove unnecessary draw area Must have been left over from some debugging --- diff --git a/src/libply-splash-graphics/ply-progress-animation.c b/src/libply-splash-graphics/ply-progress-animation.c index 278af66e..ee425ec0 100644 --- a/src/libply-splash-graphics/ply-progress-animation.c +++ b/src/libply-splash-graphics/ply-progress-animation.c @@ -261,12 +261,6 @@ ply_progress_animation_draw (ply_progress_animation_t *progress_animation) faded_data = ply_pixel_buffer_get_argb32_data (progress_animation->last_rendered_frame); image_fade_merge (frames[frame_number - 1], frames[frame_number], fade_percentage, width, height, faded_data); - - ply_pixel_display_draw_area (progress_animation->display, - progress_animation->frame_area.x, - progress_animation->frame_area.y, - progress_animation->frame_area.width, - progress_animation->frame_area.height); } else {