File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,6 @@ class MRecipientFilter : public IRecipientFilter
112112 static object from_abstract_pointer (object cls, object oPtr)
113113 {
114114 object self = cls ();
115- MRecipientFilter *pSelf = extract<MRecipientFilter *>(self);
116115 object add_recipient = self.attr (" add_recipient" );
117116
118117 IRecipientFilter *pFilter = (IRecipientFilter *)ExtractAddress (oPtr);
Original file line number Diff line number Diff line change @@ -66,12 +66,6 @@ void export_irecipientfilter(scope _recipients)
6666 " Return the recipient count."
6767 );
6868
69- BaseRecipientFilter.def (" get_recipient_index" ,
70- &IRecipientFilter::GetRecipientIndex,
71- " Obtains the player index at the slot in the filter" ,
72- args (" slot" )
73- );
74-
7569 BaseRecipientFilter.def (" __getitem__" ,
7670 &IRecipientFilterExt::__getitem__,
7771 " Obtains the player index at the slot in the filter" ,
You can’t perform that action at this time.
0 commit comments