From 7740c136b45e45c3adeac365e2eba8ad511c0fe0 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@tutamail.com>
Date: Thu, 1 Apr 2021 21:08:52 +0200
Subject: [PATCH] remove redundant lescounter

---
 bind.sty | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bind.sty b/bind.sty
index f1dbae33..deba9850 100644
--- a/bind.sty
+++ b/bind.sty
@@ -208,7 +208,6 @@ bookmarks=true]%
 %%%%%%%%%% Encounter Numbers
 
 \newcounter{encnum}
-\newcommand{\lescounter}{\addtocounter{enc}{-1}}
 \setcounter{encnum}{1}
 \newcommand{\encsymbol}{\ding{168}}
 \newcommand{\encnum}{\ifnumcomp{\value{encnum}}{=}{1}{$A$}{\arabic{encnum}}\encsymbol\addtocounter{encnum}{1}}
-- 
GitLab