1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-27 02:20:05 +00:00

BLOCKS: Removed some unimplemented functions

This commit is contained in:
ed 2017-09-11 12:28:48 +01:00
parent a234313120
commit f97f46730f

View file

@ -422,10 +422,10 @@ static constexpr const char* ledProgramLittleFootFunctions[] =
"mod/iii",
"getRandomFloat/f",
"getRandomInt/ii",
"getMillisecondCounter/i",
"getFirmwareVersion/i",
"log/vi",
"logHex/vi",
"getMillisecondCounter/i",
"getFirmwareVersion/i",
"getTimeInCurrentFunctionCall/i",
"getBatteryLevel/f",
"isBatteryCharging/b",
@ -454,22 +454,12 @@ static constexpr const char* ledProgramLittleFootFunctions[] =
"setClusteringActive/vb",
"makeARGB/iiiii",
"blendARGB/iii",
"setDepthShadingActive/viiiib",
"setBlendType/vi",
"fillPixel/viii",
"blendPixel/viii",
"drawLine/viiiii",
"blendLine/viiiii",
"fillRect/viiiii",
"blendRect/viiiii",
"blendGradientRect/viiiiiiii",
"fillQuad/vifffffffff",
"blendQuad/viffffffff",
"blendCircle/vifffb",
"drawLine3D/viiiiiii",
"blendLine3D/viiiiiii",
"fillQuad3D/viffffffffffff",
"blendQuad3D/viffffffffffff",
"addPressurePoint/vifff",
"drawPressureMap/v",
"fadePressureMap/v",