diff options
author | David Walter Seikel | 2014-05-06 18:59:47 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-06 18:59:47 +1000 |
commit | 6cf103a27c33de7627f95f623e608847bb94b4f0 (patch) | |
tree | c33330e1b54563f2a3fc1e4218837b96a5b3aa03 | |
parent | Whitespace clean ups. (diff) | |
download | SledjHamr-6cf103a27c33de7627f95f623e608847bb94b4f0.zip SledjHamr-6cf103a27c33de7627f95f623e608847bb94b4f0.tar.gz SledjHamr-6cf103a27c33de7627f95f623e608847bb94b4f0.tar.bz2 SledjHamr-6cf103a27c33de7627f95f623e608847bb94b4f0.tar.xz |
Deduplicate comment after cut'n'paste.
-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. |