aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/eventeditor/libkvieventeditor.cpp
diff options
context:
space:
mode:
authorGravatar Fabio Bas2008-11-08 12:50:00 +0000
committerGravatar Fabio Bas2008-11-08 12:50:00 +0000
commit66ff2329ae6f045f18edae5ec22cec64c7905572 (patch)
treee182fa359512df0d44db91fa49576d13c186de8d /src/modules/eventeditor/libkvieventeditor.cpp
parentapplied wRAR patch for #285 (diff)
downloadKVIrc-66ff2329ae6f045f18edae5ec22cec64c7905572.tar.gz
KVIrc-66ff2329ae6f045f18edae5ec22cec64c7905572.tar.bz2
KVIrc-66ff2329ae6f045f18edae5ec22cec64c7905572.zip
second round of misc compilation noise reduction
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2838 17fca916-40b9-46aa-a4ea-0a15b648b75c
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;