From 618e034eb86b3ad7e7f4955b900862a27a0ce44c Mon Sep 17 00:00:00 2001 From: Gubolin Date: Sat, 3 Jan 2015 11:23:07 +0100 Subject: remove file blocks --- objects.js | 44 -------------------------------------------- 1 file changed, 44 deletions(-) (limited to 'objects.js') diff --git a/objects.js b/objects.js index cf7a191..d1a07ab 100644 --- a/objects.js +++ b/objects.js @@ -910,36 +910,6 @@ SpriteMorph.prototype.initBlocks = function () { category: 'sensing', spec: 'current %dates' }, - reportFileOrDirectoryContent: { - type: 'reporter', - category: 'sensing', - spec: 'content of the %fileOrDir %s' - }, - doSetFileContent: { - type: 'command', - category: 'sensing', - spec: 'write %s to the file %s' - }, - doCreateFileOrDirectory: { - type: 'command', - category: 'sensing', - spec: 'create %fileOrDir %s' - }, - reportFileOrDirectoryExists: { - type: 'predicate', - category: 'sensing', - spec: '%fileOrDir %s exists' - }, - doDeleteFileOrDirectory: { - type: 'command', - category: 'sensing', - spec: 'delete the %fileOrDir %s' - }, - reportHomeDirectory: { - type: 'reporter', - category: 'sensing', - spec: 'home directory' - }, doVibrate: { type: 'command', category: 'sensing', @@ -1988,13 +1958,6 @@ SpriteMorph.prototype.blockTemplates = function (category) { blocks.push('-'); blocks.push(block('reportDate')); blocks.push('-'); - blocks.push(block('reportFileOrDirectoryContent')); - blocks.push(block('doSetFileContent')); - blocks.push(block('doCreateFileOrDirectory')); - blocks.push(block('reportFileOrDirectoryExists')); - blocks.push(block('doDeleteFileOrDirectory')); - blocks.push(block('reportHomeDirectory')); - blocks.push('-'); blocks.push(block('reportLanguage')); blocks.push(block('reportLocation')); blocks.push('-'); @@ -5125,13 +5088,6 @@ StageMorph.prototype.blockTemplates = function (category) { blocks.push('-'); blocks.push(block('reportDate')); blocks.push('-'); - blocks.push(block('reportFileOrDirectoryContent')); - blocks.push(block('doSetFileContent')); - blocks.push(block('doCreateFileOrDirectory')); - blocks.push(block('reportFileOrDirectoryExists')); - blocks.push(block('doDeleteFileOrDirectory')); - blocks.push(block('reportHomeDirectory')); - blocks.push('-'); blocks.push(block('reportLanguage')); blocks.push(block('reportLocation')); blocks.push('-'); -- cgit v1.3.1