diff --git a/csCommands.sty b/csCommands.sty
index 2c6ce54776b4c8571b3edfb65bc739f898d7ab29..952ef9d10e53e253ecd9c58e4dbd209e448758a3 100644
--- a/csCommands.sty
+++ b/csCommands.sty
@@ -58,13 +58,6 @@
 \newcommand\characterEquipment{}
 \newcommand\knackOne{}
 \newcommand\knackTwo{}
-\newcommand\sphereOne{
-  \sphereSkill{}{0}
-}
-\newcommand\sphereTwo{
-  \sphereSkill{}{0}
-}
 
 \newcommand\charSpellList{}
 
-
diff --git a/layout.sty b/layout.sty
index 9dbf10ea1a3eb0c89d7ce7b0cb53e420b6f39b8e..db5108cdfec6a6dbccc85e2b772737fbf8d81df6 100644
--- a/layout.sty
+++ b/layout.sty
@@ -1045,12 +1045,6 @@ Roll & Result \\
     \\%
 }
 
-\newcommand{\sphereSkill}[2]{
-  \setcounter{statCircles}{5}
-  \addtocounter{statCircles}{-#2}
-  #1 \dotfill \Repeat{#2}{\statDot}\Repeat{\value{statCircles}}{\statCircle}
-}
-
 \newcommand\hint[1]{%
   \iftoggle{examplecharacter}{}%
   {\small\textcolor{gray}{(#1)}}