X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreircuser.cpp;h=b4d02f06b42f03ef6dabd984dea6170c641e2c29;hp=79f5d38afc0d26663981260b49ae519b555656a0;hb=e56629542168c203cac8504085fc96c7f7b73d90;hpb=4a5065255e652dd0c301bac0db41b7afb777ef49 diff --git a/src/core/coreircuser.cpp b/src/core/coreircuser.cpp index 79f5d38a..b4d02f06 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-2015 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