]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[animation] drop unsed variable
authorRay Strode <rstrode@redhat.com>
Sun, 22 Aug 2010 19:37:16 +0000 (15:37 -0400)
committerRay Strode <rstrode@redhat.com>
Sun, 22 Aug 2010 19:37:16 +0000 (15:37 -0400)
src/libply-splash-graphics/ply-animation.c

index 343fe22c1bd0780072b2d2113b8069bc939a7c7d..dcc835355809389234a6d162cdf1f7e53fd6cb4b 100644 (file)
@@ -374,7 +374,6 @@ ply_animation_draw_area (ply_animation_t    *animation,
                          unsigned long       height)
 {
   ply_pixel_buffer_t * const * frames;
-  uint32_t *frame_data;
   int number_of_frames;
   int frame_index;