From 9d0fc01b3f3440dda98e7e509d433357036ff1f1 Mon Sep 17 00:00:00 2001 From: abv Date: Fri, 25 Jul 2014 20:50:18 +0400 Subject: [PATCH] 0025105: Remove TColgp_DataMapOfIntegerCirc2d --- src/TColgp/TColgp.cdl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/TColgp/TColgp.cdl b/src/TColgp/TColgp.cdl index a2709d54f4..1dbef3c5b8 100644 --- a/src/TColgp/TColgp.cdl +++ b/src/TColgp/TColgp.cdl @@ -218,11 +218,4 @@ is instantiates HSequence from TCollection (XY from gp, SequenceOfXY from TColgp); --- --- Instantiations DataMap --- - - class DataMapOfIntegerCirc2d instantiates - DataMap from TCollection(Integer,Circ2d from gp,MapIntegerHasher from TColStd); - end TColgp;