aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.h
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2018-03-25 21:15:08 +0200
committerpracticalswift <[email protected]>2018-03-25 21:15:08 +0200
commit3a0f8d795a96bdab4fffad7fcb00f73c615cf817 (patch)
treed0e596eed9d06a5762f876b44c81871c250018cf /src/qt/guiutil.h
parentMerge #12760: Docs: Improve documentation on standard communication channels (diff)
downloaddiscoin-3a0f8d795a96bdab4fffad7fcb00f73c615cf817.tar.xz
discoin-3a0f8d795a96bdab4fffad7fcb00f73c615cf817.zip
Qt: Remove unused method setupAmountWidget(...)
Diffstat (limited to 'src/qt/guiutil.h')
-rw-r--r--src/qt/guiutil.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h
index 4b856986d..bbbeaf2c4 100644
--- a/src/qt/guiutil.h
+++ b/src/qt/guiutil.h
@@ -40,9 +40,8 @@ namespace GUIUtil
// Return a monospace font
QFont fixedPitchFont();
- // Set up widgets for address and amounts
+ // Set up widget for address
void setupAddressWidget(QValidatedLineEdit *widget, QWidget *parent);
- void setupAmountWidget(QLineEdit *widget, QWidget *parent);
// Parse "bitcoin:" URI into recipient object, return true on successful parsing
bool parseBitcoinURI(const QUrl &uri, SendCoinsRecipient *out);