aboutsummaryrefslogtreecommitdiff
path: root/src/qt/paymentrequestplus.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-12-12 10:21:07 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2015-04-15 14:31:49 +0200
commitd19ae3cf665de269c5dc4e2d9ed5ebe954b88be8 (patch)
tree44ffbcedf1c7fa21d2cc22ab23b6971ca8e80a17 /src/qt/paymentrequestplus.h
parent6e17a747661bc1c737b10f77d1df87d37e49fbb8 (diff)
downloadbitcoin-d19ae3cf665de269c5dc4e2d9ed5ebe954b88be8.tar.xz
[Qt] remove unused PaymentRequestPlus::getPKIType function
Diffstat (limited to 'src/qt/paymentrequestplus.h')
-rw-r--r--src/qt/paymentrequestplus.h1
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;