X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreircuser.cpp;h=d1e4ee152fa3fe882d654aff7c11b292c0a04f89;hp=79f5d38afc0d26663981260b49ae519b555656a0;hb=0dfaab93892aee333f7b838658ef85b9ff270ba7;hpb=04315f46a16fc3627218377071e008b6b9744992 diff --git a/src/core/coreircuser.cpp b/src/core/coreircuser.cpp index 79f5d38a..d1e4ee15 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-2014 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