summaryrefslogtreecommitdiff
path: root/new/uipriv.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-07 21:05:47 -0400
committerPietro Gagliardi <[email protected]>2015-04-07 21:05:47 -0400
commitc4fa92e18f5c06ed1c4b9c99391d96dec51da6b8 (patch)
tree4e74cf0672f5e93c8b3f1884b2657219e83fef84 /new/uipriv.h
parent1bb187d55bad0b34b1fad22f77ce88a9d42e79dd (diff)
Decided to remove containerShow() and containerHide() for now.
Diffstat (limited to 'new/uipriv.h')
-rw-r--r--new/uipriv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/new/uipriv.h b/new/uipriv.h
index 0500f74..e7d3237 100644
--- a/new/uipriv.h
+++ b/new/uipriv.h
@@ -16,8 +16,6 @@ struct uiControl {
void (*setParent)(uiControl *, uintptr_t);
uiSize (*preferredSize)(uiControl *, uiSizing *);
void (*resize)(uiControl *, intmax_t, intmax_t, intmax_t, intmax_t, uiSizing *);
- void (*containerShow)(uiControl *);
- void (*containerHide)(uiControl *);
};
extern void *uiAlloc(size_t);