summaryrefslogtreecommitdiff
path: root/objects.js
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2015-03-24 18:30:55 +0100
committerGubolin <gubolin@fantasymail.de>2015-03-24 18:30:55 +0100
commit3eb7ffb22905d2b516e98b9887831ebc526fb4c6 (patch)
tree5cea7ca54f227e270f1b3d3f6f934b63909376f8 /objects.js
parent315e01b93ae3f200cea44b086936e3d4d9ab7fc7 (diff)
parentfbb10834c62ca0712858ec4685b27f4ac1ef10ae (diff)
downloadsnap-3eb7ffb22905d2b516e98b9887831ebc526fb4c6.tar.gz
snap-3eb7ffb22905d2b516e98b9887831ebc526fb4c6.zip
Merge branch 'mobileapp' into development
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 18825dc..96fda2e 100644
--- a/objects.js
+++ b/objects.js
@@ -974,16 +974,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: {
@@ -2074,9 +2064,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'));
@@ -5571,9 +5558,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'));