diff --git a/MeshLib/Elements/LineRule2.cpp b/MeshLib/Elements/LineRule2.cpp
index 40022b2992504b9fe6295b773f6e26a77ab6ece6..dff0c0efc02e5fabfac1dd58f621e91e77c91eeb 100644
--- a/MeshLib/Elements/LineRule2.cpp
+++ b/MeshLib/Elements/LineRule2.cpp
@@ -21,8 +21,6 @@ const unsigned LineRule2::n_all_nodes;
 
 const unsigned LineRule2::n_base_nodes;
 
-const unsigned LineRule2::dimension;
-
 const unsigned LineRule2::edge_nodes[1][2] =
 {
 	{0, 1} // Edge 0
diff --git a/MeshLib/Elements/LineRule2.h b/MeshLib/Elements/LineRule2.h
index 40d55ecb6bd8743b221e98ecdc6d7f6262699fb0..86719f1921bfc109e87d1ebe531c39a19bcc10e5 100644
--- a/MeshLib/Elements/LineRule2.h
+++ b/MeshLib/Elements/LineRule2.h
@@ -32,9 +32,6 @@ public:
 	/// Constant: The number of all nodes for this element
 	static const unsigned n_all_nodes = 2u;
 
-	/// Constant: Dimension of this mesh element
-	static const unsigned dimension = 1;
-
 	/// Constant: The geometric type of the element
 	static const MeshElemType mesh_elem_type = MeshElemType::LINE;