Remove unused (local) variables in web/

This commit is contained in:
Rob Wu 2014-04-11 21:43:07 +02:00 committed by Rob Wu
parent b4a81cb472
commit d7dfa447cd
4 changed files with 1 additions and 9 deletions

View file

@ -20,7 +20,6 @@
var FontInspector = (function FontInspectorClosure() {
var fonts;
var panelWidth = 300;
var active = false;
var fontAttribute = 'data-font-name';
function removeSelection() {
@ -342,7 +341,6 @@ var Stepper = (function StepperClosure() {
return;
}
var self = this;
var chunk = document.createDocumentFragment();
var operatorsToDisplay = Math.min(MAX_OPERATORS_COUNT,
operatorList.fnArray.length);