X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;h=a1d42f193da0718c241af916aeec6a7236cd146f;hb=e0781eeb34db0aaa775bd3439c1c98103437f009;hp=7b6048a3db40a400b7c28cb4af49abbfdf73b0ce;hpb=3146ad01b5b29c30adcf0044a52b39aa7e5796d0;p=quassel.git diff --git a/src/core/corenetwork.h b/src/core/corenetwork.h index 7b6048a3..a1d42f19 100644 --- a/src/core/corenetwork.h +++ b/src/core/corenetwork.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 by the Quassel Project * + * Copyright (C) 2005-2013 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -237,9 +237,6 @@ private: QList _msgQueue; QString _requestedUserModes; // 2 strings separated by a '-' character. first part are requested modes to add, the second to remove - - // Blowfish key map - QHash _cipherKeys; };