diff --git a/ui.idl b/ui.idl index a0f0fa27..e8200023 100644 --- a/ui.idl +++ b/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;