Skip to content

Commit

Permalink
Removed has_recipient() and get_recipient_count()
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayuto committed Nov 6, 2015
1 parent 4c6c402 commit e26b6c0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/core/modules/filters/filters_recipients_wrap.cpp
Expand Up @@ -67,12 +67,6 @@ void export_mrecipientfilter(scope _recipients)
"Whether the message has been initialised?"
)

.def("get_recipient_count",
&IRecipientFilter::GetRecipientCount,
"Return the recipient count."
)

// TODO: Remove get_recipient_count()?
.def("__len__",
&IRecipientFilter::GetRecipientCount,
"Return the recipient count."
Expand Down Expand Up @@ -110,13 +104,6 @@ void export_mrecipientfilter(scope _recipients)
args("index")
)

.def("has_recipient",
&MRecipientFilter::HasRecipient,
"Return True if the given index is in the recipient filter.",
args("index")
)

// TODO: Remove has_recipient()?
.def("__contains__",
&MRecipientFilter::HasRecipient,
"Return True if the given index is in the recipient filter.",
Expand Down

0 comments on commit e26b6c0

Please sign in to comment.