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;
})();