From: Bas Pape Date: Sun, 25 Aug 2013 14:21:09 +0000 (+0200) Subject: Remove unused cipher map. X-Git-Tag: 0.10-beta1~125 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=e0781eeb34db0aaa775bd3439c1c98103437f009 Remove unused cipher map. Since the refactoring in 3146ad this map is unused. --- diff --git a/src/core/corenetwork.h b/src/core/corenetwork.h index 3b31f0de..a1d42f19 100644 --- a/src/core/corenetwork.h +++ b/src/core/corenetwork.h @@ -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; };