aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/GuiLua.c
diff options
context:
space:
mode:
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 46e0d1e..4b5ccd9 100644
--- a/src/GuiLua/GuiLua.c
+++ b/src/GuiLua/GuiLua.c
@@ -1110,7 +1110,6 @@ int luaopen_GuiLua(lua_State *L)
1110 int skang; 1110 int skang;
1111 1111
1112 // In theory this function only ever gets called once. 1112 // In theory this function only ever gets called once.
1113 memset(&ourGlobals, 0, sizeof(globals));
1114 ourGlobals.logDom = loggingStartup("GuiLua", ourGlobals.logDom); 1113 ourGlobals.logDom = loggingStartup("GuiLua", ourGlobals.logDom);
1115 1114
1116 elm_policy_set(ELM_POLICY_EXIT, ELM_POLICY_EXIT_NONE); 1115 elm_policy_set(ELM_POLICY_EXIT, ELM_POLICY_EXIT_NONE);