]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[progress-animation] Remove unnecessary draw area
authorCharlie Brej <cbrej@cs.man.ac.uk>
Sun, 18 Apr 2010 20:43:41 +0000 (21:43 +0100)
committerCharlie Brej <cbrej@cs.man.ac.uk>
Sun, 18 Apr 2010 20:43:41 +0000 (21:43 +0100)
Must have been left over from some debugging

src/libply-splash-graphics/ply-progress-animation.c

index 278af66eb0523f2c0a4ed71f4bfdca193d0f6e06..ee425ec0681a036242551cc2d8b3e7e72a27970c 100644 (file)
@@ -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
         {