From ff40dc9c913f7033cc5185024cd993151960ba92 Mon Sep 17 00:00:00 2001
From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be>
Date: Thu, 3 Mar 2011 14:05:47 +0000
Subject: [PATCH] remove not implemented function

---
 Geo/GModel.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Geo/GModel.h b/Geo/GModel.h
index 21f3764fb1..4595ab2ff5 100644
--- a/Geo/GModel.h
+++ b/Geo/GModel.h
@@ -404,7 +404,6 @@ class GModel
                    double angle);
   GEntity *extrude(GEntity *e, std::vector<double> p1, std::vector<double> p2);
   GEntity *addPipe(GEntity *e, std::vector<GEdge *>  edges);
-  void createBoundaryLayer(std::vector<GEntity *> e, double h);
 
   void addRuledFaces(std::vector<std::vector<GEdge *> > edges);
   GFace *addFace(std::vector<GEdge *> edges, std::vector< std::vector<double > > points);
-- 
GitLab