From 91aa3925ee4276ef1bd2bb3f1feb4593f0a76a4e Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sun, 21 Dec 2014 19:33:14 +0100 Subject: [PATCH] Remove unused hasOperatorList code --- src/core/annotation.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/core/annotation.js b/src/core/annotation.js index 9277178965283..06ba73ab01722 100644 --- a/src/core/annotation.js +++ b/src/core/annotation.js @@ -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; })();