From e0781eeb34db0aaa775bd3439c1c98103437f009 Mon Sep 17 00:00:00 2001 From: Bas Pape Date: Sun, 25 Aug 2013 16:21:09 +0200 Subject: [PATCH] Remove unused cipher map. Since the refactoring in 3146ad this map is unused. --- src/core/corenetwork.h | 3 --- 1 file changed, 3 deletions(-) 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; }; -- 2.20.1