identd: Remove unneeded strict attribute
[quassel.git] / src / core / identserver.cpp
index c68d119..c3be8f5 100644 (file)
@@ -24,9 +24,8 @@
 #include "identserver.h"
 #include "logger.h"
 
-IdentServer::IdentServer(bool strict, QObject *parent)
+IdentServer::IdentServer(QObject *parent)
     : QObject(parent)
-    , _strict(strict)
 {
     connect(&_server, SIGNAL(newConnection()), this, SLOT(incomingConnection()));
     connect(&_v6server, SIGNAL(newConnection()), this, SLOT(incomingConnection()));