From c63c6168a24f19fc90281ce620785ccc33af22e5 Mon Sep 17 00:00:00 2001
From: mirabilos <thorsten.glaser@teckids.org>
Date: Sun, 12 Aug 2018 21:31:34 +0200
Subject: [PATCH] drop the page footer from teckids2jahresbericht

---
 teckids2jahresbericht.cls | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/teckids2jahresbericht.cls b/teckids2jahresbericht.cls
index 2ccfa5e..a1f870e 100644
--- a/teckids2jahresbericht.cls
+++ b/teckids2jahresbericht.cls
@@ -38,7 +38,8 @@
  \teckidshdr[#2]{Jahresbericht #1/#2 des Teckids e.V.}%
  \title{Jahresbericht des Teckids e.V. für das Geschäftsjahr #1/#2}%
  % overrides from the default style
- \fancyfoot[C]{\leavevmode\usekomafont{pageheadfoot}{\footnotesize%
-  \dokumentLizenztext%
- }}%
+ \renewcommand{\footrulewidth}{0pt}%
+ \fancyfoot[L]{}%
+ \fancyfoot[C]{}%
+ \fancyfoot[R]{}%
 }%
-- 
GitLab