1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-23 00:28:06 +02:00

Remove unused hasOperatorList code

This commit is contained in:
Tim van der Meij 2014-12-21 19:33:14 +01:00
parent 6e994b15e2
commit 91aa3925ee

View file

@ -538,11 +538,7 @@ var LinkAnnotation = (function LinkAnnotationClosure() {
return url;
}
Util.inherit(LinkAnnotation, InteractiveAnnotation, {
hasOperatorList: function LinkAnnotation_hasOperatorList() {
return false;
}
});
Util.inherit(LinkAnnotation, InteractiveAnnotation, { });
return LinkAnnotation;
})();