Salome HOME
Remove unused header AIS_Drawer.hxx
[modules/geom.git] / src / EntityGUI / EntityGUI_3DSketcherDlg.cxx
index 4178882f15565aa5960f415f15d23a451859e645..41a10d23229ae437d1612a181b5f6c3311d5a45e 100755 (executable)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2015  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -60,7 +60,6 @@
 #include <AIS_Trihedron.hxx>
 #include <AIS_AngleDimension.hxx>
 #include <AIS_LengthDimension.hxx>
-#include <AIS_Drawer.hxx>
 #include <Geom_Axis2Placement.hxx>
 #include <Geom_Plane.hxx>
 #include <SelectMgr_Selection.hxx>
@@ -1707,7 +1706,7 @@ Handle(AIS_AngleDimension) EntityGUI_3DSketcherDlg::createAISAngleDimension(doub
 
   Handle(AIS_AngleDimension) anIO = new AIS_AngleDimension( P1, P0, P2 );
 
-  anIO->SetCustomValue( theAngle );
+  //anIO->SetCustomValue( theAngle );
 
   SUIT_ResourceMgr* resMgr = SUIT_Session::session()->resourceMgr();
   int w = resMgr->integerValue( "Geometry", "measures_line_width", 1 );