Removed uiControl.Data; it's no longer used.

This commit is contained in:
Pietro Gagliardi 2015-04-16 16:32:39 -04:00
parent a76309995b
commit 7d77022735
1 changed files with 0 additions and 1 deletions

1
ui.idl
View File

@ -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;