Skip to content

Commit ee53dd8

Browse files
authored
Removed ADD_COMMENT, REMOVE_COMMENT, and DUPLICATE_COMMENT from tokens.ts. (#174)
1 parent 053f132 commit ee53dd8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/blocks/tokens.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ import * as Blockly from 'blockly/core';
2929
*/
3030
export function customTokens(t: (key: string) => string): typeof Blockly.Msg {
3131
return {
32-
ADD_COMMENT: t('BLOCKLY.ADD_COMMENT'),
33-
REMOVE_COMMENT: t('BLOCKLY.REMOVE_COMMENT'),
34-
DUPLICATE_COMMENT: t('BLOCKLY.DUPLICATE_COMMENT'),
3532
OF_TYPE: t('BLOCKLY.OF_TYPE'),
3633
WITH: t('BLOCKLY.WITH'),
3734
WHEN: t('BLOCKLY.WHEN'),

0 commit comments

Comments
 (0)