From 4521683fe65b4f32b1a470e8e8b7cfb61d2834d3 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 6 May 2014 16:57:08 +1000 Subject: Now that everything is a winFang, GuiLua doesn't have to track it's own child windows. --- src/GuiLua/GuiLua.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/GuiLua/GuiLua.h') diff --git a/src/GuiLua/GuiLua.h b/src/GuiLua/GuiLua.h index d390000..4fd1617 100644 --- a/src/GuiLua/GuiLua.h +++ b/src/GuiLua/GuiLua.h @@ -19,7 +19,6 @@ typedef struct _GuiLua { lua_State *L; winFang *parent; // Our parent window, if it exists. - Eina_Clist winFangs; // The windows we might open. Eina_Clist node; void *data; -- cgit v1.1