diff --git a/apps/spreadsheeteditor/main/app/view/FormulaDialog.js b/apps/spreadsheeteditor/main/app/view/FormulaDialog.js index 292ce6c79..2322c7cfe 100644 --- a/apps/spreadsheeteditor/main/app/view/FormulaDialog.js +++ b/apps/spreadsheeteditor/main/app/view/FormulaDialog.js @@ -102,26 +102,6 @@ define([ this.syntaxLabel = $('#formula-dlg-args'); this.descLabel = $('#formula-dlg-desc'); - - this.translationTable = {}; - - var name = '', translate = '', - descriptions = ['All', 'Cube', 'Database', 'DateAndTime', 'Engineering', 'Financial', 'Information', - 'Logical', 'LookupAndReference', 'Mathematic', 'Statistical', 'TextAndData', 'Last10' ]; - for (var i=0; i