From a87162570f9f0919e3815c9a98d6f3948b82223d Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Thu, 3 Aug 2023 02:11:05 +0200
Subject: [PATCH] remove xpchart

---
 layout.sty | 10 ----------
 test.tex   | 12 ------------
 2 files changed, 22 deletions(-)

diff --git a/layout.sty b/layout.sty
index 979c5e6c..3652c2f5 100644
--- a/layout.sty
+++ b/layout.sty
@@ -842,16 +842,6 @@ Roll & Result \\
   \end{figure*}
 }
 
-\newtcolorbox{xpchart}[1]{
-  tabularx={l|X},
-  fonttitle=\small,
-  adjusted title=XP Rewards for #1,
-  bottom=10pt,
-  left=3pt,
-  right=3pt,
-  code={\rowcolors{3}{}{gray!10}}
-  }
-
 % this shows encounters, and the two counters below show the encounter number
 
 \newtcolorbox[use counter=enc, use counter=list]{encounters}[1]{
diff --git a/test.tex b/test.tex
index 62d31fcb..d74bf105 100644
--- a/test.tex
+++ b/test.tex
@@ -86,18 +86,6 @@ Roll & Result \\\hline
 
 \lipsum[10]
 
-\begin{xpchart}{FSM}
-
-  1 & Boiling Pasta. \\
-
-  3 & Being a pirate. \\
-
-  5 & Perfecting Meatballs. \\
-
-\end{xpchart}
-
-\lipsum[2]
-
 \begin{boxtext}
   \lipsum[4]
 \end{boxtext}
-- 
GitLab