summaryrefslogtreecommitdiff
path: root/new
diff options
context:
space:
mode:
Diffstat (limited to 'new')
-rw-r--r--new/ui.idl1
1 files changed, 0 insertions, 1 deletions
diff --git a/new/ui.idl b/new/ui.idl
index a0f0fa2..e820002 100644
--- a/new/ui.idl
+++ b/new/ui.idl
@@ -40,7 +40,6 @@ struct Sizing {
};
interface Control {
- field Data *void; // for use by implementations only
field Internal *void; // for use by ui only
func Destroy(void);
func Handle(void) uintptr_t;