Skip to content

Commit b9bfc77

Browse files
committed
improve ResultBuffer
1 parent 4716c1b commit b9bfc77

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

PyRxCore/ResultBuffer.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,13 +319,12 @@ boost::python::list resbufToList(resbuf* pRb)
319319
break;
320320
}
321321
case AcDb::kDwgHandle:
322-
#ifdef never
323-
//kDwgHandle ads_name in a resbuf
322+
{
324323
AcDbHandle hand;
325324
hand.copyFromOldType(pTail->resval.ihandle);
326325
list.append(boost::python::make_tuple(pTail->restype, PyDbHandle(hand)));
327326
break;
328-
#endif
327+
}
329328
case AcDb::kDwgHardOwnershipId:
330329
case AcDb::kDwgSoftOwnershipId:
331330
case AcDb::kDwgHardPointerId:

0 commit comments

Comments
 (0)