From 6cf103a27c33de7627f95f623e608847bb94b4f0 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 6 May 2014 18:59:47 +1000 Subject: Deduplicate comment after cut'n'paste. --- src/GuiLua/GuiLua.c | 1 - 1 file changed, 1 deletion(-) 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) if (gl && gl->parent) parent = gl->parent; win = winFangAdd(parent, 25, 25, w, h, title, name); - // If there's no parent, we become the parent. if (gl) { // If there's no parent, we become the parent. -- cgit v1.1