diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-16 16:32:39 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-16 16:32:39 -0400 |
| commit | 3644d2cfb25245f7c6576a0284a7daecb87d19f6 (patch) | |
| tree | 3c936a543016b1587bdbc518b5fd303d4d5ffd5b | |
| parent | 6b08a2b18f9c5f0ddc01a37e2cf26fa7bdf9d98e (diff) | |
Removed uiControl.Data; it's no longer used.
| -rw-r--r-- | new/ui.idl | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |
