Salome HOME
bos #24180 This test is not needed anymore
[modules/smesh.git] / doc / salome / examples / find_salome_actor_delegate_to_vtk.py
diff --git a/doc/salome/examples/find_salome_actor_delegate_to_vtk.py b/doc/salome/examples/find_salome_actor_delegate_to_vtk.py
deleted file mode 100644 (file)
index df8dd13..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-# Find if SALOME_ACTOR_DELEGATE_TO_VTK is activated
-
-import os
-import sys
-
-if 'SALOME_ACTOR_DELEGATE_TO_VTK' not in os.environ:
-    raise RuntimeError('SALOME_ACTOR_DELEGATE_TO_VTK is not set!')