[text] Drop unused variable

This commit is contained in:
Ray Strode 2009-08-05 22:59:42 -04:00
parent 3951104e21
commit 7462f8142d

View 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);