diff options
Diffstat (limited to 'lang/cpp/src/context.h')
-rw-r--r-- | lang/cpp/src/context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/cpp/src/context.h b/lang/cpp/src/context.h index ebf5adb2..9cd35a5c 100644 --- a/lang/cpp/src/context.h +++ b/lang/cpp/src/context.h @@ -500,8 +500,6 @@ private: // on the "Friendlyness" of context to access the gpgme types. gpgme_key_t *getKeysFromRecipients(const std::vector<Key> &recipients); - std::string getLFSeparatedListOfFingerprintsFromSubkeys(const std::vector<Subkey> &subkeys); - private: Private *const d; |