diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-14 10:20:07 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-14 10:20:07 -0400 |
| commit | 6185187506dd4bebaa801aaa1d4d1c783557e786 (patch) | |
| tree | 577413b20fbb36707390c88918d4d52b1ac0b6f2 /new/control.c | |
| parent | 689e9c71011e2bfcd2ad1d05f19077ed9937a8a1 (diff) | |
More uiParent work. Something I did broke stack removal...
Diffstat (limited to 'new/control.c')
| -rw-r--r-- | new/control.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/new/control.c b/new/control.c index c7cd928..61acb18 100644 --- a/new/control.c +++ b/new/control.c @@ -16,11 +16,6 @@ void uiControlSetParent(uiControl *c, uiParent *parent) (*(c->setParent))(c, parent); } -void uiControlRemoveParent(uiControl *c) -{ - (*(c->removeParent))(c); -} - void uiControlPreferredSize(uiControl *c, uiSizing *d, intmax_t *width, intmax_t *height) { (*(c->preferredSize))(c, d, width, height); |
