From 3b26b6af728d5ac538d333a1275073c7c5a012e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Barbosa?= Date: Tue, 6 Mar 2018 20:22:50 +0000 Subject: qt: Remove TransactionTableModel::TxIDRole --- src/qt/transactiontablemodel.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/qt/transactiontablemodel.h') diff --git a/src/qt/transactiontablemodel.h b/src/qt/transactiontablemodel.h index 8f58962d17..781874d160 100644 --- a/src/qt/transactiontablemodel.h +++ b/src/qt/transactiontablemodel.h @@ -56,8 +56,6 @@ public: LabelRole, /** Net amount of transaction */ AmountRole, - /** Unique identifier */ - TxIDRole, /** Transaction hash */ TxHashRole, /** Transaction data, hex-encoded */ -- cgit v1.2.3