From 30cbfac0f48edcd81db1211471c2d8911aa8d51f Mon Sep 17 00:00:00 2001 From: Matthias Berland Date: Wed, 12 Feb 2025 00:13:46 +0100 Subject: [PATCH] Removed useless argument line --- src/core/annotation.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/annotation.js b/src/core/annotation.js index 0693a04dc9792..899f60f40a56d 100644 --- a/src/core/annotation.js +++ b/src/core/annotation.js @@ -3020,7 +3020,6 @@ class ButtonWidgetAnnotation extends WidgetAnnotation { evaluator, task, intent, - false, // we use normalAppearance to render the button annotationStorage ); }