diff --git a/dumux/common/properties.hh b/dumux/common/properties.hh
index afdf2f6f7577f4a5d266a039d6567a7d296d60ba..82155c46835cedc48251d7fd7b12a5bc420b40d9 100644
--- a/dumux/common/properties.hh
+++ b/dumux/common/properties.hh
@@ -79,10 +79,7 @@ NEW_PROP_TAG(BalanceEqOpts);          //!< A class that collects options for the
 /////////////////////////////////////////////
 NEW_PROP_TAG(ElementBoundaryTypes);                //!< Stores the boundary types on an element
 NEW_PROP_TAG(ElementSolutionVector);               //!< A vector of primary variables within an element
-NEW_PROP_TAG(AssemblyMap);                         //!< Connectivity map (transposed) used for assembling the Jacobian matrix entries
 
-NEW_PROP_TAG(SubControlVolume);                    //!< The type of the sub control volume
-NEW_PROP_TAG(SubControlVolumeFace);                //!< The type of the sub control volume face
 NEW_PROP_TAG(FVElementGeometry);                   //!< The type of the local finite volume geometry (iterators over scvs, scvfs)
 NEW_PROP_TAG(FVGridGeometry);                      //!< The type of the global finite volume geometry
 NEW_PROP_TAG(EnableFVGridGeometryCache);           //!< specifies if geometric data is saved (faster, but more memory consuming)