aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/dcc/DccChatWindow.cpp
diff options
context:
space:
mode:
authorGravatar staticfox2016-08-07 21:39:51 -0400
committerGravatar staticfox2016-08-07 23:12:47 -0400
commitb9a7c7f60c0706904f4842738f49203f9a92310e (patch)
treee016d7f1835f815d9eae532869a592bc463d77a1 /src/modules/dcc/DccChatWindow.cpp
parentDccChatWindow: Move to deque and unique pointers (diff)
downloadKVIrc-b9a7c7f60c0706904f4842738f49203f9a92310e.tar.gz
KVIrc-b9a7c7f60c0706904f4842738f49203f9a92310e.tar.bz2
KVIrc-b9a7c7f60c0706904f4842738f49203f9a92310e.zip
Remove KviParameterList
It wasn't used anyway ^^
Diffstat (limited to 'src/modules/dcc/DccChatWindow.cpp')
-rw-r--r--src/modules/dcc/DccChatWindow.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/dcc/DccChatWindow.cpp b/src/modules/dcc/DccChatWindow.cpp
index 54e8d042a..a0ba818e1 100644
--- a/src/modules/dcc/DccChatWindow.cpp
+++ b/src/modules/dcc/DccChatWindow.cpp
@@ -47,7 +47,6 @@
#include "kvi_settings.h"
#include "kvi_socket.h"
#include "KviApplication.h"
-#include "KviParameterList.h"
#include "KviIrcConnection.h"
#include "KviIrcConnectionUserInfo.h"
#include "KviKvsEventTriggers.h"