Skip to content

Commit 9792de0

Browse files
TypeIdBinding : Remove bindings for TimeDurationData
The actual classes were removed long ago in 10.0.0-a12
1 parent 2ae560c commit 9792de0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/IECorePython/TypeIdBinding.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,6 @@ void bindTypeId()
243243
.value( "ObjectVectorParameter", ObjectVectorParameterTypeId )
244244
.value( "DateTimeData", DateTimeDataTypeId )
245245
.value( "DateTimeParameter", DateTimeParameterTypeId )
246-
.value( "TimeDurationData", TimeDurationDataTypeId )
247-
.value( "TimeDurationParameter", TimeDurationParameterTypeId )
248-
.value( "TimePeriodData", TimePeriodDataTypeId )
249-
.value( "TimePeriodParameter", TimePeriodParameterTypeId )
250246
.value( "FrameList", FrameListTypeId )
251247
.value( "EmptyFrameList", EmptyFrameListTypeId )
252248
.value( "FrameRange", FrameRangeTypeId )

0 commit comments

Comments
 (0)