X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreircuser.cpp;h=c89e9326b22c29a58406b1c3efe9c8f1bc1af3b6;hp=79f5d38afc0d26663981260b49ae519b555656a0;hb=35ca85f1c4371ee28d00d5ff0195a5b44aadb299;hpb=9fc57dc2c000e80fb8bd746a090e2e8210e1278e diff --git a/src/core/coreircuser.cpp b/src/core/coreircuser.cpp index 79f5d38a..c89e9326 100644 --- a/src/core/coreircuser.cpp +++ b/src/core/coreircuser.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -46,11 +46,4 @@ Cipher *CoreIrcUser::cipher() const } -void CoreIrcUser::setEncrypted(bool e) -{ - Q_UNUSED(e); - // TODO -} - - #endif