Browse Source

Remove comment-out lines

yakomaxa 2 years ago
parent
commit
a272fc1c05
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/mol-script/transpilers/vmd/functions.ts

+ 0 - 4
src/mol-script/transpilers/vmd/functions.ts

@@ -9,10 +9,6 @@ import { MolScriptBuilder } from '../../../mol-script/language/builder';
 const B = MolScriptBuilder;
 import { FunctionDict } from '../types';
 
-// import * as P from 'parsimmon'
-// import * as h from '../helper'
-// import { Expression } from '../../language/expression';
-
 export const functions: FunctionDict = {
     'sqr': {
         '@desc': 'square of x',