Skip to content

Commit bb6a7d5

Browse files
committed
Removed duplicated property definition (thanks to @dsezen)
1 parent 4e15d47 commit bb6a7d5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/core/modules/entities/entities_props_wrap.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ void export_send_prop(scope _props)
145145
SendProp_.NOT_IMPLEMENTED_ATTR("priority");
146146

147147
// Methods...
148-
SendProp_.add_property("offset", &SendProp::GetOffset);
149148

150149
SendProp_.def("is_signed", &SendProp::IsSigned);
151150
SendProp_.def("is_exclude_prop", &SendProp::IsExcludeProp);

0 commit comments

Comments
 (0)