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

@ -163,9 +163,6 @@ var TextLayerBuilder = function textLayerBuilder(options) {
var queryLen = (PDFFindController === null ?
0 : PDFFindController.state.query.length);
var lastDivIdx = -1;
var pos;
var ret = [];
// Loop over all the matches.