diff options
Diffstat (limited to 'src/core/function/gpg/GpgContext.h')
-rw-r--r-- | src/core/function/gpg/GpgContext.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/function/gpg/GpgContext.h b/src/core/function/gpg/GpgContext.h index b9042128..527099fc 100644 --- a/src/core/function/gpg/GpgContext.h +++ b/src/core/function/gpg/GpgContext.h @@ -71,11 +71,6 @@ class GPGFRONTEND_CORE_EXPORT GpgContext void SetPassphraseCb(gpgme_passphrase_cb_t passphrase_cb) const; - void ShowPasswordInputDialog(); - - signals: - void SignalNeedUserInputPassphrase(); - private: class Impl; std::unique_ptr<Impl> p_; |