aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/result_analyse/GpgResultAnalyse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/function/result_analyse/GpgResultAnalyse.h')
-rw-r--r--src/core/function/result_analyse/GpgResultAnalyse.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/function/result_analyse/GpgResultAnalyse.h b/src/core/function/result_analyse/GpgResultAnalyse.h
index b034f40a..3f22db09 100644
--- a/src/core/function/result_analyse/GpgResultAnalyse.h
+++ b/src/core/function/result_analyse/GpgResultAnalyse.h
@@ -33,12 +33,6 @@
namespace GpgFrontend {
-using GpgEncrResult = std::shared_ptr<struct _gpgme_op_encrypt_result>; ///<
-using GpgDecrResult = std::shared_ptr<struct _gpgme_op_decrypt_result>; ///<
-using GpgSignResult = std::shared_ptr<struct _gpgme_op_sign_result>; ///<
-using GpgVerifyResult = std::shared_ptr<struct _gpgme_op_verify_result>; ///<
-using GpgGenKeyResult = std::shared_ptr<struct _gpgme_op_genkey_result>; ///<
-
class GPGFRONTEND_CORE_EXPORT GpgResultAnalyse {
public:
/**