From e018617dfe79e6df9b180f74b53e8bd39c500977 Mon Sep 17 00:00:00 2001 From: Jan Wille <jan.wille@stud.hs-hannover.de> Date: Fri, 11 Aug 2023 19:07:02 +0200 Subject: [PATCH] remove redundant parameter defaults --- HsH-classes.dtx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HsH-classes.dtx b/HsH-classes.dtx index a5196ab..3ad032e 100644 --- a/HsH-classes.dtx +++ b/HsH-classes.dtx @@ -165,9 +165,9 @@ \RequirePackage{todonotes} \setlength{\marginparwidth}{5.2cm} \else - \newcommand{\listoftodos}[1][]{} - \newcommand{\todo}[2][]{} - \newcommand{\missingfigure}[2][]{} + \newcommand{\listoftodos}[1]{} + \newcommand{\todo}[2]{} + \newcommand{\missingfigure}[2]{} \fi % % foreach loops -- GitLab