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.

This commit is contained in:
Pietro Gagliardi 2015-04-27 10:38:10 -04:00
parent 68b801fa92
commit 9de44c1346
1 changed files with 0 additions and 1 deletions

View File

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