From 0cadf685b263eb222e2b5327ff5635202d5c05d6 Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum Date: Fri, 12 Apr 2019 17:14:34 -0400 Subject: [PATCH] Remove color reporter --- src/extensions/scratch3_boost/index.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/extensions/scratch3_boost/index.js b/src/extensions/scratch3_boost/index.js index 2631f4e9d..ae3dfbc70 100644 --- a/src/extensions/scratch3_boost/index.js +++ b/src/extensions/scratch3_boost/index.js @@ -1308,15 +1308,6 @@ class Scratch3BoostBlocks { } } }, - { - opcode: 'getColor', - text: formatMessage({ - id: 'boost.getColor', - default: 'color', - description: 'the color returned by the vision sensor' - }), - blockType: BlockType.REPORTER - }, { opcode: 'whenTilted', text: formatMessage({