aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/GuiLua.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-06 18:59:47 +1000
committerDavid Walter Seikel2014-05-06 18:59:47 +1000
commit6cf103a27c33de7627f95f623e608847bb94b4f0 (patch)
treec33330e1b54563f2a3fc1e4218837b96a5b3aa03 /src/GuiLua/GuiLua.c
parentWhitespace clean ups. (diff)
downloadSledjHamr-6cf103a27c33de7627f95f623e608847bb94b4f0.zip
SledjHamr-6cf103a27c33de7627f95f623e608847bb94b4f0.tar.gz
SledjHamr-6cf103a27c33de7627f95f623e608847bb94b4f0.tar.bz2
SledjHamr-6cf103a27c33de7627f95f623e608847bb94b4f0.tar.xz
Deduplicate comment after cut'n'paste.
Diffstat (limited to 'src/GuiLua/GuiLua.c')
-rw-r--r--src/GuiLua/GuiLua.c1
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.