Removed uiControl.Data; it's no longer used.
This commit is contained in:
parent
6b08a2b18f
commit
3644d2cfb2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue