From: Ray Strode Date: Sun, 22 Aug 2010 19:39:38 +0000 (-0400) Subject: [throbber] drop unused variable X-Git-Tag: 0.8.4~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38a71bb753a1255572bedebaa957538f3f985d61;p=thirdparty%2Fplymouth.git [throbber] drop unused variable --- diff --git a/src/libply-splash-graphics/ply-throbber.c b/src/libply-splash-graphics/ply-throbber.c index a1aabef9..5b9678cd 100644 --- a/src/libply-splash-graphics/ply-throbber.c +++ b/src/libply-splash-graphics/ply-throbber.c @@ -373,7 +373,6 @@ ply_throbber_draw_area (ply_throbber_t *throbber, unsigned long height) { ply_pixel_buffer_t * const * frames; - uint32_t *frame_data; if (throbber->is_stopped) return;