From 667e415c74570cd1feb19ebfe259ab196f09bdc9 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Tue, 7 Jul 2015 08:56:18 +0100 Subject: Removed SignedKey class --- include/olm/account.hh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/olm/account.hh') diff --git a/include/olm/account.hh b/include/olm/account.hh index 8094a25..2d1c17c 100644 --- a/include/olm/account.hh +++ b/include/olm/account.hh @@ -30,11 +30,6 @@ struct LocalKey { }; -struct SignedKey : LocalKey { - std::uint8_t signature[64]; -}; - - static std::size_t const MAX_ONE_TIME_KEYS = 100; struct Account { -- cgit v1.2.3