X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcore%2Fsqlauthenticator.cpp;h=969f2d02b77370aa88b20c31c619cdc2d64fff23;hb=c194ed5fb3d15e14b9364f9796d3521910dc72fe;hp=201fd95fe4d634e29c897c2ae392b7af00d28aac;hpb=158443f71d48215eea8b47b836b61afd77654b78;p=quassel.git diff --git a/src/core/sqlauthenticator.cpp b/src/core/sqlauthenticator.cpp index 201fd95f..969f2d02 100644 --- a/src/core/sqlauthenticator.cpp +++ b/src/core/sqlauthenticator.cpp @@ -32,11 +32,6 @@ SqlAuthenticator::SqlAuthenticator(QObject *parent) } -SqlAuthenticator::~SqlAuthenticator() -{ -} - - bool SqlAuthenticator::isAvailable() const { // FIXME: probably this should query the current storage (see the ::init routine too).