diff options
Diffstat (limited to '')
-rw-r--r-- | src/GuiLua/GuiLua.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GuiLua/GuiLua.c b/src/GuiLua/GuiLua.c index 2bdba70..cfcc9d8 100644 --- a/src/GuiLua/GuiLua.c +++ b/src/GuiLua/GuiLua.c | |||
@@ -255,7 +255,6 @@ static int window(lua_State *L) | |||
255 | if (gl && gl->parent) parent = gl->parent; | 255 | if (gl && gl->parent) parent = gl->parent; |
256 | 256 | ||
257 | win = winFangAdd(parent, 25, 25, w, h, title, name); | 257 | win = winFangAdd(parent, 25, 25, w, h, title, name); |
258 | // If there's no parent, we become the parent. | ||
259 | if (gl) | 258 | if (gl) |
260 | { | 259 | { |
261 | // If there's no parent, we become the parent. | 260 | // If there's no parent, we become the parent. |