Remove a leftover (#149)

Remove unused variable from colors.js
This commit is contained in:
Adrian Adamiak 2019-02-11 01:40:53 +01:00 committed by 강동윤
parent 5afed275f1
commit c2142bc225

View File

@ -9,7 +9,6 @@
*/
function red( color )
{
let foo = 3.14;
return color >> 16;
}
/**