Skip to content

Commit

Permalink
Removed duplicated property definition (thanks to @dsezen)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayuto committed Apr 20, 2016
1 parent 4e15d47 commit bb6a7d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/modules/entities/entities_props_wrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ void export_send_prop(scope _props)
SendProp_.NOT_IMPLEMENTED_ATTR("priority");

// Methods...
SendProp_.add_property("offset", &SendProp::GetOffset);

SendProp_.def("is_signed", &SendProp::IsSigned);
SendProp_.def("is_exclude_prop", &SendProp::IsExcludeProp);
Expand Down

0 comments on commit bb6a7d5

Please sign in to comment.