diff --git a/src/engine.h b/src/engine.h index 835e71aa83cb0964d73fd9101ecab91174571949..cafb690d747693f94f02ad5ace91ec7cf2e9083b 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;