From: Bas Pape Date: Sun, 25 Aug 2013 14:21:09 +0000 (+0200) Subject: Remove unused cipher map. X-Git-Tag: 0.9.1~14 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=c17131dcc8053d11ff5bb85aa38d1ed4cf43544b 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; };