From cac2fcc405277d76cd73147c305dbb9e50c66527 Mon Sep 17 00:00:00 2001 From: inv Date: Thu, 7 Nov 2013 07:25:13 +0000 Subject: [PATCH] RNV: Remove deprecated includes and old commented code. --- src/OCCViewer/OCCViewer_ViewModel.cxx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/OCCViewer/OCCViewer_ViewModel.cxx b/src/OCCViewer/OCCViewer_ViewModel.cxx index bb5d8df07..3ddc7b5d3 100755 --- a/src/OCCViewer/OCCViewer_ViewModel.cxx +++ b/src/OCCViewer/OCCViewer_ViewModel.cxx @@ -55,8 +55,6 @@ #include #include #include -#include -#include #include #include @@ -118,17 +116,6 @@ OCCViewer_Viewer::OCCViewer_Viewer( bool DisplayTrihedron) // display isoline on planar faces (box for ex.) myAISContext->IsoOnPlane( true ); - - /* - double h = QApplication::desktop()->screenGeometry( QApplication::desktop()->primaryScreen() ).height() / 300. ; - Handle(Prs3d_Drawer) drawer = myAISContext->DefaultDrawer(); - Handle(Prs3d_TextAspect) ta = drawer->TextAspect(); - ta->SetHeight(100); // VSR: workaround for CAS.CADE bug (is it really needed ???) - ta->SetHeight(h); - drawer->SetTextAspect(ta); - drawer->AngleAspect()->SetTextAspect(ta); - drawer->LengthAspect()->SetTextAspect(ta); - */ /* create trihedron */ if ( DisplayTrihedron ) -- 2.39.2