aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/eventeditor/libkvieventeditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/eventeditor/libkvieventeditor.cpp')
-rw-r--r--src/modules/eventeditor/libkvieventeditor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/eventeditor/libkvieventeditor.cpp b/src/modules/eventeditor/libkvieventeditor.cpp
index b0b9d2ba6..630348929 100644
--- a/src/modules/eventeditor/libkvieventeditor.cpp
+++ b/src/modules/eventeditor/libkvieventeditor.cpp
@@ -66,12 +66,12 @@ static bool eventeditor_module_init(KviModule * m)
return true;
}
-static bool eventeditor_module_can_unload(KviModule * m)
+static bool eventeditor_module_can_unload(KviModule *)
{
return (g_pEventEditorWindow == 0);
}
-static bool eventeditor_module_cleanup(KviModule *m)
+static bool eventeditor_module_cleanup(KviModule *)
{
if(g_pEventEditorWindow)delete g_pEventEditorWindow;
g_pEventEditorWindow = 0;