From fe8aecffc22f7ef302e992532bdf91c9b59e0726 Mon Sep 17 00:00:00 2001 From: san Date: Thu, 25 Dec 2008 16:35:03 +0000 Subject: [PATCH] IMP 16551 (show static trihedron): roll back to TKOpenGl graphic driver library --- bin/setenv.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/bin/setenv.py b/bin/setenv.py index b0056e4d8..3c053c274 100755 --- a/bin/setenv.py +++ b/bin/setenv.py @@ -254,14 +254,6 @@ def set_env(args, modules_list, modules_root_dir, silent=False): = os.path.join(modules_root_dir["KERNEL"],"share", salome_subdir,"resources","kernel") - if "GUI" in modules_list: - if sys.platform == 'win32': - graphicShr = "OCCViewer.dll" - else: - graphicShr = "libOCCViewer.so" - os.environ["CSF_GraphicShr"] \ - = os.path.join(modules_root_dir["GUI"],"lib","salome",graphicShr) - if "GEOM" in modules_list: if verbose() and not silent: print "GEOM OCAF Resources" -- 2.39.2