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
|
@ -33,8 +33,6 @@ MRB_METHOD(windowInitialize)
|
|||
setPrivateData(self, w, WindowType);
|
||||
|
||||
w->setCursorRect(new Rect);
|
||||
wrapNilProperty(mrb, self, CSwindowskin);
|
||||
wrapNilProperty(mrb, self, CScontents);
|
||||
wrapProperty(mrb, self, w->getCursorRect(), CScursor_rect, RectType);
|
||||
|
||||
return self;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue