(Ozone) Remove unused arrays

This commit is contained in:
LibretroAdmin 2022-07-29 13:07:16 +02:00
parent 6a8fe15772
commit 22bef5dc6b

View File

@ -779,20 +779,6 @@ static float ozone_sidebar_gradient_bottom_solarized_light[16] = {
1.0000000, 1.0000000, 0.9294118, 1.0f,
};
static float ozone_sidebar_gradient_top_purple_rain[16] = {
0.0862745, 0.0, 0.1294117, 1.0f,
0.0862745, 0.0, 0.1294117, 1.0f,
0.0862745, 0.0, 0.1294117, 1.0f,
0.0862745, 0.0, 0.1294117, 1.0f,
};
static float ozone_sidebar_gradient_bottom_purple_rain[16] = {
0.0862745, 0.0, 0.1294117, 1.0f,
0.0862745, 0.0, 0.1294117, 1.0f,
0.0862745, 0.0, 0.1294117, 1.0f,
0.0862745, 0.0, 0.1294117, 1.0f,
};
static float ozone_sidebar_background_gray[16] =
COLOR_HEX_TO_FLOAT(0x101010, 0.0f);