Salome HOME
Remove unused variables
[modules/visu.git] / src / VISU_I / VISU_Mesh_i.hh
index 56d23d536455ed19ffa1e71bb9515a969c4e89c4..5ae8a364d1d07966112cac4ce5e1cec2f92c6b8b 100644 (file)
@@ -87,12 +87,11 @@ namespace VISU{
     static const string myComment;
     virtual QString GenerateName();
 
-    virtual Storable* Restore(const Storable::TRestoringMap& theMap)
-      throw(std::logic_error&);
+    virtual Storable* Restore(const Storable::TRestoringMap& theMap);
 
-    virtual VISU_Actor* CreateActor(const Handle(SALOME_InteractiveObject)& theIO = NULL)
-      throw (std::runtime_error&);
-    virtual void UpdateActor(VISU_Actor* theActor) throw(std::runtime_error&);
+    virtual VISU_Actor* CreateActor(const Handle(SALOME_InteractiveObject)& theIO = NULL);
+
+    virtual void UpdateActor(VISU_Actor* theActor);
   };
 }