diff options
Diffstat (limited to 'include/olm')
-rw-r--r-- | include/olm/account.hh | 5 |
1 files changed, 0 insertions, 5 deletions
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 { |