From e4cebb9b80de09a8e2a9510801aec395d5132b89 Mon Sep 17 00:00:00 2001
From: Jan Wille <jan.wille@stud.hs-hannover.de>
Date: Fri, 11 Aug 2023 19:34:17 +0200
Subject: [PATCH] simplify clearing of `\layercontentsmeasure`

---
 HsH-classes.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HsH-classes.dtx b/HsH-classes.dtx
index 3ad032e..b0dcaf2 100644
--- a/HsH-classes.dtx
+++ b/HsH-classes.dtx
@@ -293,7 +293,7 @@
 % all stuff is pushed to the top of the page ingenerall
 \raggedbottom
 % rulers when using draft disabled
-\renewcommand{\layercontentsmeasure}{\@empty}
+\let\layercontentsmeasure\relax
 
 %<*report>
 % these commands are only defined for the book class, but they also make sens for the report class:
-- 
GitLab