mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
Remove unused variables
This commit is contained in:
parent
0a21c8c365
commit
df81b832bb
14 changed files with 17 additions and 29 deletions
|
@ -12,7 +12,6 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
/* globals PDFJS */
|
||||
|
||||
'use strict';
|
||||
|
||||
|
@ -46,7 +45,6 @@ var stringToPDFString = sharedUtil.stringToPDFString;
|
|||
var stringToUTF8String = sharedUtil.stringToUTF8String;
|
||||
var warn = sharedUtil.warn;
|
||||
var Dict = corePrimitives.Dict;
|
||||
var Name = corePrimitives.Name;
|
||||
var isDict = corePrimitives.isDict;
|
||||
var isName = corePrimitives.isName;
|
||||
var Stream = coreStream.Stream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue