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
binding-mruby
|
@ -39,7 +39,6 @@ MRB_METHOD(spriteInitialize)
|
|||
s->setColor(new Color);
|
||||
s->setTone(new Tone);
|
||||
|
||||
wrapNilProperty(mrb, self, CSbitmap);
|
||||
wrapProperty(mrb, self, s->getSrcRect(), CSsrc_rect, RectType);
|
||||
wrapProperty(mrb, self, s->getColor(), CScolor, ColorType);
|
||||
wrapProperty(mrb, self, s->getTone(), CStone, ToneType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue