]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[text] Drop unused variable
authorRay Strode <rstrode@redhat.com>
Thu, 6 Aug 2009 02:59:42 +0000 (22:59 -0400)
committerRay Strode <rstrode@redhat.com>
Thu, 6 Aug 2009 02:59:42 +0000 (22:59 -0400)
src/plugins/splash/text/plugin.c

index 65111e263bd79e32d481993e20981a89a011fc8d..99092a091a288c86226695652af5c2c7acf8b50f 100644 (file)
@@ -127,7 +127,6 @@ static void
 show_message (ply_boot_splash_plugin_t *plugin)
 {
       int window_width, window_height;
-      int i;
 
       window_width = ply_window_get_number_of_text_columns (plugin->window);
       window_height = ply_window_get_number_of_text_rows (plugin->window);