From 3644d2cfb25245f7c6576a0284a7daecb87d19f6 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 16 Apr 2015 16:32:39 -0400 Subject: [PATCH] Removed uiControl.Data; it's no longer used. --- new/ui.idl | 1 - 1 file changed, 1 deletion(-) 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;