aboutsummaryrefslogtreecommitdiff
path: root/src/qt/transactiontablemodel.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2011-07-01 18:31:10 +0200
committerWladimir J. van der Laan <[email protected]>2011-07-01 18:31:10 +0200
commitcdff41c12ec83cebf0ce12c4715c9c8c54549057 (patch)
tree0cbebbb772b46eaac3384721891e1c03ba182a85 /src/qt/transactiontablemodel.h
parentreverse address and label (suggestion by Danube) (diff)
downloaddiscoin-cdff41c12ec83cebf0ce12c4715c9c8c54549057.tar.xz
discoin-cdff41c12ec83cebf0ce12c4715c9c8c54549057.zip
cleanup unused constants
Diffstat (limited to 'src/qt/transactiontablemodel.h')
-rw-r--r--src/qt/transactiontablemodel.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qt/transactiontablemodel.h b/src/qt/transactiontablemodel.h
index c26acbc10..835b38757 100644
--- a/src/qt/transactiontablemodel.h
+++ b/src/qt/transactiontablemodel.h
@@ -39,11 +39,6 @@ public:
AbsoluteAmountRole
} RoleIndex;
- /* TypeRole values */
- static const QString Sent;
- static const QString Received;
- static const QString Other;
-
int rowCount(const QModelIndex &parent) const;
int columnCount(const QModelIndex &parent) const;
QVariant data(const QModelIndex &index, int role) const;