aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/GuiLua/GuiLua.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-02 08:40:15 +1000
committerDavid Walter Seikel2014-05-02 08:40:15 +1000
commit4d33b142d420555193c5ec77140e2ce9c33e96f9 (patch)
tree7cf3490f1543167e13a271ca212bcd7cbe39adfe /src/GuiLua/GuiLua.c
parentSilence some more excess EFL bitching. (diff)
downloadSledjHamr-4d33b142d420555193c5ec77140e2ce9c33e96f9.zip
SledjHamr-4d33b142d420555193c5ec77140e2ce9c33e96f9.tar.gz
SledjHamr-4d33b142d420555193c5ec77140e2ce9c33e96f9.tar.bz2
SledjHamr-4d33b142d420555193c5ec77140e2ce9c33e96f9.tar.xz
Clean up globals.
Diffstat (limited to '')
-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);