From 9de44c13460b1c90d3547118b1c03c5f44c21f58 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 27 Apr 2015 10:38:10 -0400 Subject: [PATCH] Decided to remove uiControlVisible(). No idea why I had it there in the first place; if it was for testing then the actual tests do a good enough job of that. --- new/ui.idl | 1 - 1 file changed, 1 deletion(-) diff --git a/new/ui.idl b/new/ui.idl index b67c9392..0594577c 100644 --- a/new/ui.idl +++ b/new/ui.idl @@ -49,7 +49,6 @@ interface Control { func SetParent(c *Container); func PreferredSize(d *Sizing, width *intmax_t, height *intmax_t); func Resize(x intmax_t, y intmax_t, width intmax_t, height intmax_t, d *Sizing); - func Visible(void) int; func Show(void); func Hide(void); func Enable(void);