diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-12-12 10:21:07 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2015-04-15 14:31:49 +0200 |
commit | d19ae3cf665de269c5dc4e2d9ed5ebe954b88be8 (patch) | |
tree | 44ffbcedf1c7fa21d2cc22ab23b6971ca8e80a17 /src/qt/paymentrequestplus.h | |
parent | 6e17a747661bc1c737b10f77d1df87d37e49fbb8 (diff) |
[Qt] remove unused PaymentRequestPlus::getPKIType function
Diffstat (limited to 'src/qt/paymentrequestplus.h')
-rw-r--r-- | src/qt/paymentrequestplus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/paymentrequestplus.h b/src/qt/paymentrequestplus.h index 61f8a3415d..99a7186b85 100644 --- a/src/qt/paymentrequestplus.h +++ b/src/qt/paymentrequestplus.h @@ -29,7 +29,6 @@ public: bool SerializeToString(std::string* output) const; bool IsInitialized() const; - QString getPKIType() const; // Returns true if merchant's identity is authenticated, and // returns human-readable merchant identity in merchant bool getMerchant(X509_STORE* certStore, QString& merchant) const; |