Skip to content

Commit

Permalink
Remove unused hasOperatorList code
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandermeij authored and speedplane committed Feb 24, 2015
1 parent 9bd9ec4 commit 1db4c3c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/core/annotation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
})();

0 comments on commit 1db4c3c

Please sign in to comment.