From b937ee11941139dc6a044bae7bed36bb942ecc02 Mon Sep 17 00:00:00 2001
From: James Willis <james.s.willis@durham.ac.uk>
Date: Thu, 2 Aug 2018 15:23:24 +0100
Subject: [PATCH] Unused VELOCIraptor units and conversions.

---
 src/engine.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/engine.h b/src/engine.h
index 835e71aa83..cafb690d74 100644
--- a/src/engine.h
+++ b/src/engine.h
@@ -204,10 +204,6 @@ struct engine {
   /* The internal system of units */
   const struct unit_system *internal_units;
   
-  /* The STF system of units */
-  struct unit_system *stf_units;
-  struct unitinfo *stf_conv_fac;
-
   /* Top-level cell locations for VELOCIraptor. */
   struct cell_loc *cellloc;
 
-- 
GitLab