From 618e034eb86b3ad7e7f4955b900862a27a0ce44c Mon Sep 17 00:00:00 2001 From: Gubolin Date: Sat, 3 Jan 2015 11:23:07 +0100 Subject: remove file blocks --- blocks.js | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'blocks.js') diff --git a/blocks.js b/blocks.js index 9aec7f4..735d36b 100644 --- a/blocks.js +++ b/blocks.js @@ -844,18 +844,6 @@ SyntaxElementMorph.prototype.labelPart = function (spec) { ); part.setContents(['date']); break; - case '%fileOrDir': - part = new InputSlotMorph( - null, // text - false, // non-numeric - { - 'file': ['file'], - 'directory': ['directory'] - }, - true // read-only - ); - part.setContents(['file']); - break; case '%locations': part = new InputSlotMorph( null, // text -- cgit v1.3.1