splashscreen: remove flag not used into script plymouth

This commit is contained in:
Rodrigo Ramírez Norambuena 2016-12-13 00:33:29 -03:00
parent 78aa2b491c
commit 3c11c3fc16

View File

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