Remove unused cipher map.
authorBas Pape <baspape@gmail.com>
Sun, 25 Aug 2013 14:21:09 +0000 (16:21 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 10 Oct 2013 18:08:18 +0000 (20:08 +0200)
Since the refactoring in 3146ad this map is unused.

src/core/corenetwork.h

index 3b31f0d..a1d42f1 100644 (file)
@@ -237,9 +237,6 @@ private:
     QList<QByteArray> _msgQueue;
 
     QString _requestedUserModes; // 2 strings separated by a '-' character. first part are requested modes to add, the second to remove
-
-    // Blowfish key map
-    QHash<QString, QByteArray> _cipherKeys;
 };