diff --git a/Geo/GVertex.cpp b/Geo/GVertex.cpp
index adc523c6336a8f4003181560b57d68be34029bc9..72b9d93cd63a65a1dc0544f29dafc9f659c3b249 100644
--- a/Geo/GVertex.cpp
+++ b/Geo/GVertex.cpp
@@ -13,7 +13,6 @@
 
 GVertex::GVertex(GModel *m, int tag, double ms) : GEntity(m, tag), meshSize(ms)
 {
-  resetMeshAttributes();
 }
 
 GVertex::~GVertex()