From a08887010d890b175f32878b44baa4176be88037 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 9 Apr 2008 09:17:25 +0000
Subject: [PATCH] fix windows build

---
 Mesh/Field.cpp | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/Mesh/Field.cpp b/Mesh/Field.cpp
index 2315cc8840..c97202e321 100644
--- a/Mesh/Field.cpp
+++ b/Mesh/Field.cpp
@@ -1,4 +1,4 @@
-// $Id: Field.cpp,v 1.28 2008-04-06 07:53:13 geuzaine Exp $
+// $Id: Field.cpp,v 1.29 2008-04-09 09:17:25 geuzaine Exp $
 //
 // Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
 //
@@ -187,14 +187,6 @@ FieldOptionBool(bool & _val, bool * _status = NULL):FieldOption(_status),
     v_str = sstream.str();
   }
 };
-class FieldOptionPath:public FieldOptionString
-{
-public:
-  FieldOptionType get_type()
-  {
-    return FIELD_OPTION_PATH;
-  };
-};
 
 void FieldManager::reset()
 {
-- 
GitLab