Merge pull request #566 from roramirez/flag-plymouth

splashscreen: remove flag not used into script plymouth
This commit is contained in:
Michael Teeuw 2016-12-13 12:49:53 +01:00 committed by GitHub
commit bb9caa4838

View File

@ -8,8 +8,6 @@ image_height = theme_image.GetHeight();
scale_x = image_width / screen_width; scale_x = image_width / screen_width;
scale_y = image_height / screen_height; scale_y = image_height / screen_height;
flag = 1;
if (scale_x > 1 || scale_y > 1) if (scale_x > 1 || scale_y > 1)
{ {
if (scale_x > scale_y) if (scale_x > scale_y)