From a6afaf2bd79890da958e9dcf9d54ec32e922fa4e Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 8 Dec 2002 22:21:23 +0000
Subject: [PATCH] Remove unused virtual

---
 Plugin/CutMap.h         | 18 +++++++++---------
 Plugin/CutPlane.h       | 18 +++++++++---------
 Plugin/CutSphere.h      | 18 +++++++++---------
 Plugin/Harmonic2Time.h  | 20 ++++++++++----------
 Plugin/Skin.h           | 20 ++++++++++----------
 Plugin/Smooth.h         | 20 ++++++++++----------
 Plugin/SphericalRaise.h | 20 ++++++++++----------
 Plugin/Transform.h      | 20 ++++++++++----------
 Plugin/Triangulate.h    | 20 ++++++++++----------
 9 files changed, 87 insertions(+), 87 deletions(-)

diff --git a/Plugin/CutMap.h b/Plugin/CutMap.h
index 308d5f1a8f..f56ccec33e 100644
--- a/Plugin/CutMap.h
+++ b/Plugin/CutMap.h
@@ -29,17 +29,17 @@ extern "C"
 
 class GMSH_CutMapPlugin : public GMSH_LevelsetPlugin
 {
-  virtual double levelset (double x, double y, double z, double val) const;
+  double levelset (double x, double y, double z, double val) const;
 public:
   GMSH_CutMapPlugin();
-  virtual void getName  (char *name) const;
-  virtual void getInfos (char *author, 
-			 char *copyright,
-			 char *help_text) const;
-  virtual void CatchErrorMessage (char *errorMessage) const;
-  virtual int getNbOptions() const;
-  virtual StringXNumber* GetOption (int iopt);  
-  virtual Post_View *execute (Post_View *);
+  void getName  (char *name) const;
+  void getInfos (char *author, 
+  		 char *copyright,
+  		 char *help_text) const;
+  void CatchErrorMessage (char *errorMessage) const;
+  int getNbOptions() const;
+  StringXNumber* GetOption (int iopt);  
+  Post_View *execute (Post_View *);
 };
 
 #endif
diff --git a/Plugin/CutPlane.h b/Plugin/CutPlane.h
index 11ce91d156..982da87406 100644
--- a/Plugin/CutPlane.h
+++ b/Plugin/CutPlane.h
@@ -29,17 +29,17 @@ extern "C"
 
 class GMSH_CutPlanePlugin : public GMSH_LevelsetPlugin
 {
-  virtual double levelset (double x, double y, double z, double val) const;
+  double levelset (double x, double y, double z, double val) const;
 public:
   GMSH_CutPlanePlugin();
-  virtual void getName  (char *name) const;
-  virtual void getInfos (char *author, 
-			 char *copyright,
-			 char *help_text) const;
-  virtual void CatchErrorMessage (char *errorMessage) const;
-  virtual int getNbOptions() const;
-  virtual StringXNumber *GetOption (int iopt);  
-  virtual Post_View *execute (Post_View *);
+  void getName  (char *name) const;
+  void getInfos (char *author, 
+  		 char *copyright,
+  		 char *help_text) const;
+  void CatchErrorMessage (char *errorMessage) const;
+  int getNbOptions() const;
+  StringXNumber *GetOption (int iopt);  
+  Post_View *execute (Post_View *);
 };
 
 #endif
diff --git a/Plugin/CutSphere.h b/Plugin/CutSphere.h
index d06a95504a..c79eed6ecf 100644
--- a/Plugin/CutSphere.h
+++ b/Plugin/CutSphere.h
@@ -29,17 +29,17 @@ extern "C"
 
 class GMSH_CutSpherePlugin : public GMSH_LevelsetPlugin
 {
-  virtual double levelset (double x, double y, double z, double val) const;
+  double levelset (double x, double y, double z, double val) const;
 public:
   GMSH_CutSpherePlugin();
-  virtual void getName  (char *name) const;
-  virtual void getInfos (char *author, 
-			 char *copyright,
-			 char *help_text) const;
-  virtual void CatchErrorMessage (char *errorMessage) const;
-  virtual int getNbOptions() const;
-  virtual StringXNumber* GetOption (int iopt);  
-  virtual Post_View *execute (Post_View *);
+  void getName  (char *name) const;
+  void getInfos (char *author, 
+  		 char *copyright,
+  		 char *help_text) const;
+  void CatchErrorMessage (char *errorMessage) const;
+  int getNbOptions() const;
+  StringXNumber* GetOption (int iopt);  
+  Post_View *execute (Post_View *);
 };
 
 #endif
diff --git a/Plugin/Harmonic2Time.h b/Plugin/Harmonic2Time.h
index 57d053ddc7..18cff5982c 100644
--- a/Plugin/Harmonic2Time.h
+++ b/Plugin/Harmonic2Time.h
@@ -29,15 +29,15 @@ class GMSH_Harmonic2TimePlugin : public GMSH_Post_Plugin
 {
 public:
   GMSH_Harmonic2TimePlugin();
-  virtual void Run();
-  virtual void Save();
-  virtual void getName  (char *name) const;
-  virtual void getInfos (char *author, 
-			 char *copyright,
-			 char *help_text) const;
-  virtual void CatchErrorMessage (char *errorMessage) const;
-  virtual int getNbOptions() const;
-  virtual StringXNumber* GetOption (int iopt);  
-  virtual Post_View *execute (Post_View *);
+  void Run();
+  void Save();
+  void getName  (char *name) const;
+  void getInfos (char *author, 
+  		 char *copyright,
+  		 char *help_text) const;
+  void CatchErrorMessage (char *errorMessage) const;
+  int getNbOptions() const;
+  StringXNumber* GetOption (int iopt);  
+  Post_View *execute (Post_View *);
 };
 #endif
diff --git a/Plugin/Skin.h b/Plugin/Skin.h
index 833c6e22f8..f87cb3f19d 100644
--- a/Plugin/Skin.h
+++ b/Plugin/Skin.h
@@ -29,15 +29,15 @@ class GMSH_SkinPlugin : public GMSH_Post_Plugin
 {
 public:
   GMSH_SkinPlugin();
-  virtual void Run();
-  virtual void Save();
-  virtual void getName  (char *name) const;
-  virtual void getInfos (char *author, 
-			 char *copyright,
-			 char *help_text) const;
-  virtual void CatchErrorMessage (char *errorMessage) const;
-  virtual int getNbOptions() const;
-  virtual StringXNumber* GetOption (int iopt);  
-  virtual Post_View *execute (Post_View *);
+  void Run();
+  void Save();
+  void getName  (char *name) const;
+  void getInfos (char *author, 
+  		 char *copyright,
+  		 char *help_text) const;
+  void CatchErrorMessage (char *errorMessage) const;
+  int getNbOptions() const;
+  StringXNumber* GetOption (int iopt);  
+  Post_View *execute (Post_View *);
 };
 #endif
diff --git a/Plugin/Smooth.h b/Plugin/Smooth.h
index 318d3dabb7..548742fda8 100644
--- a/Plugin/Smooth.h
+++ b/Plugin/Smooth.h
@@ -29,15 +29,15 @@ class GMSH_SmoothPlugin : public GMSH_Post_Plugin
 {
 public:
   GMSH_SmoothPlugin();
-  virtual void Run();
-  virtual void Save();
-  virtual void getName  (char *name) const;
-  virtual void getInfos (char *author, 
-			 char *copyright,
-			 char *help_text) const;
-  virtual void CatchErrorMessage (char *errorMessage) const;
-  virtual int getNbOptions() const;
-  virtual StringXNumber* GetOption (int iopt);  
-  virtual Post_View *execute (Post_View *);
+  void Run();
+  void Save();
+  void getName  (char *name) const;
+  void getInfos (char *author, 
+  		 char *copyright,
+  		 char *help_text) const;
+  void CatchErrorMessage (char *errorMessage) const;
+  int getNbOptions() const;
+  StringXNumber* GetOption (int iopt);  
+  Post_View *execute (Post_View *);
 };
 #endif
diff --git a/Plugin/SphericalRaise.h b/Plugin/SphericalRaise.h
index 87a3cc0bf8..ebf67a1cce 100644
--- a/Plugin/SphericalRaise.h
+++ b/Plugin/SphericalRaise.h
@@ -29,15 +29,15 @@ class GMSH_SphericalRaisePlugin : public GMSH_Post_Plugin
 {
 public:
   GMSH_SphericalRaisePlugin();
-  virtual void Run();
-  virtual void Save();
-  virtual void getName  (char *name) const;
-  virtual void getInfos (char *author, 
-			 char *copyright,
-			 char *help_text) const;
-  virtual void CatchErrorMessage (char *errorMessage) const;
-  virtual int getNbOptions() const;
-  virtual StringXNumber* GetOption (int iopt);  
-  virtual Post_View *execute (Post_View *);
+  void Run();
+  void Save();
+  void getName  (char *name) const;
+  void getInfos (char *author, 
+  		 char *copyright,
+  		 char *help_text) const;
+  void CatchErrorMessage (char *errorMessage) const;
+  int getNbOptions() const;
+  StringXNumber* GetOption (int iopt);  
+  Post_View *execute (Post_View *);
 };
 #endif
diff --git a/Plugin/Transform.h b/Plugin/Transform.h
index fc193c4e7e..57ab251f3b 100644
--- a/Plugin/Transform.h
+++ b/Plugin/Transform.h
@@ -29,15 +29,15 @@ class GMSH_TransformPlugin : public GMSH_Post_Plugin
 {
 public:
   GMSH_TransformPlugin();
-  virtual void Run();
-  virtual void Save();
-  virtual void getName  (char *name) const;
-  virtual void getInfos (char *author, 
-			 char *copyright,
-			 char *help_text) const;
-  virtual void CatchErrorMessage (char *errorMessage) const;
-  virtual int getNbOptions() const;
-  virtual StringXNumber* GetOption (int iopt);  
-  virtual Post_View *execute (Post_View *);
+  void Run();
+  void Save();
+  void getName  (char *name) const;
+  void getInfos (char *author, 
+  		 char *copyright,
+  		 char *help_text) const;
+  void CatchErrorMessage (char *errorMessage) const;
+  int getNbOptions() const;
+  StringXNumber* GetOption (int iopt);  
+  Post_View *execute (Post_View *);
 };
 #endif
diff --git a/Plugin/Triangulate.h b/Plugin/Triangulate.h
index eeb7e7fbd8..e23baa0ef1 100644
--- a/Plugin/Triangulate.h
+++ b/Plugin/Triangulate.h
@@ -29,15 +29,15 @@ class GMSH_TriangulatePlugin : public GMSH_Post_Plugin
 {
 public:
   GMSH_TriangulatePlugin();
-  virtual void Run();
-  virtual void Save();
-  virtual void getName  (char *name) const;
-  virtual void getInfos (char *author, 
-			 char *copyright,
-			 char *help_text) const;
-  virtual void CatchErrorMessage (char *errorMessage) const;
-  virtual int getNbOptions() const;
-  virtual StringXNumber* GetOption (int iopt);  
-  virtual Post_View *execute (Post_View *);
+  void Run();
+  void Save();
+  void getName  (char *name) const;
+  void getInfos (char *author, 
+  		 char *copyright,
+  		 char *help_text) const;
+  void CatchErrorMessage (char *errorMessage) const;
+  int getNbOptions() const;
+  StringXNumber* GetOption (int iopt);  
+  Post_View *execute (Post_View *);
 };
 #endif
-- 
GitLab