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:
parent
6e994b15e2
commit
91aa3925ee
1 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue