Bindings: Remove 'wrapNilProperty'
It's completely useless lol.
This commit is contained in:
parent
f8c26fc515
commit
0131ed09f0
9 changed files with 0 additions and 24 deletions
|
@ -160,12 +160,6 @@ wrapProperty(VALUE self, void *prop, const char *iv,
|
|||
return propObj;
|
||||
}
|
||||
|
||||
inline void
|
||||
wrapNilProperty(VALUE self, const char *iv)
|
||||
{
|
||||
rb_iv_set(self, iv, Qnil);
|
||||
}
|
||||
|
||||
/* Implemented: oSszfibn| */
|
||||
int
|
||||
rb_get_args(int argc, VALUE *argv, const char *format, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue