summaryrefslogtreecommitdiff
path: root/objects.js
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2015-03-01 09:51:26 +0100
committerGubolin <gubolin@fantasymail.de>2015-03-01 09:51:26 +0100
commit1585a1664a9bbdb7c8efa5f3da361b4aaf6450e4 (patch)
treeae24bf44dd9c7990feb4080b634c89ffd7f82f11 /objects.js
parent13eed946d223a5c46d8857c74fd41efd9052ba01 (diff)
downloadsnap-1585a1664a9bbdb7c8efa5f3da361b4aaf6450e4.tar.gz
snap-1585a1664a9bbdb7c8efa5f3da361b4aaf6450e4.zip
remove language and location blocks
Diffstat (limited to 'objects.js')
-rw-r--r--objects.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/objects.js b/objects.js
index 5ad18e7..d0c32df 100644
--- a/objects.js
+++ b/objects.js
@@ -941,16 +941,6 @@ SpriteMorph.prototype.initBlocks = function () {
category: 'sensing',
spec: 'current acceleration along the z axes'
},
- reportLanguage: {
- type: 'reporter',
- category: 'sensing',
- spec: 'language'
- },
- reportLocation: {
- type: 'reporter',
- category: 'sensing',
- spec: 'location %locations'
- },
// Operators
reifyScript: {
@@ -1986,9 +1976,6 @@ SpriteMorph.prototype.blockTemplates = function (category) {
blocks.push('-');
blocks.push(block('reportDate'));
blocks.push('-');
- blocks.push(block('reportLanguage'));
- blocks.push(block('reportLocation'));
- blocks.push('-');
blocks.push(block('doVibrate'));
blocks.push('-');
blocks.push(block('reportCompassHeading'));
@@ -5192,9 +5179,6 @@ StageMorph.prototype.blockTemplates = function (category) {
blocks.push('-');
blocks.push(block('reportDate'));
blocks.push('-');
- blocks.push(block('reportLanguage'));
- blocks.push(block('reportLocation'));
- blocks.push('-');
blocks.push(block('doVibrate'));
blocks.push('-');
blocks.push(block('reportCompassHeading'));