1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0025105: Remove TColgp_DataMapOfIntegerCirc2d

This commit is contained in:
abv 2014-07-25 20:50:18 +04:00 committed by bugmaster
parent ffc26091ca
commit 9d0fc01b3f

View File

@ -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;