ui_cpu: remove unused

This commit is contained in:
Alastair Poole 2020-09-09 01:10:17 +01:00
parent 4ac8359015
commit cd21a0a83d
1 changed files with 0 additions and 4 deletions

View File

@ -96,10 +96,6 @@ _core_alpha(int percent, int fr, int fr_max, int fr_min)
int r, g, b, a;
int color;
if (fr)
{
}
color = _core_color(percent);
r = (color >> 16) & 0xff;