diff --git a/Geo/GFace.h b/Geo/GFace.h
index bb36a2ad9b9137c1b54d9670f2b82c340a3487a1..3e9124e2b4afc54e83fdfde70c317852970d6712 100644
--- a/Geo/GFace.h
+++ b/Geo/GFace.h
@@ -152,8 +152,6 @@ class GFace : public GEntity
   // Resets the mesh attributes to default values
   virtual void resetMeshAttributes();
 
-  std::vector<graphics_point> _graphicsRepresentation;
-
   struct {
     // do we recombine the triangles of the mesh ?
     int recombine;