Remove unnecessary separate handling for bool type
This commit is contained in:
parent
6064ed346c
commit
163283f77f
@ -71,12 +71,6 @@ def make_dbl_list(user_datatypes: Dict[CDataType, DblListData] = {}):
|
|||||||
list_typename="VoidPList",
|
list_typename="VoidPList",
|
||||||
)
|
)
|
||||||
continue
|
continue
|
||||||
elif _type == CType.BOOL:
|
|
||||||
datatypes[_type.value] = DblListData(
|
|
||||||
node_typename="BoolNode",
|
|
||||||
list_typename="BoolList",
|
|
||||||
)
|
|
||||||
continue
|
|
||||||
|
|
||||||
type_title = _type.value.title()
|
type_title = _type.value.title()
|
||||||
datatypes[_type.value] = DblListData(
|
datatypes[_type.value] = DblListData(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user