diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-01 18:31:10 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-01 18:31:10 +0200 |
commit | cdff41c12ec83cebf0ce12c4715c9c8c54549057 (patch) | |
tree | 0cbebbb772b46eaac3384721891e1c03ba182a85 /src/qt/transactiontablemodel.h | |
parent | ab90d6e62a8ca17c3c8f617ead57b17e7ba7ee94 (diff) |
cleanup unused constants
Diffstat (limited to 'src/qt/transactiontablemodel.h')
-rw-r--r-- | src/qt/transactiontablemodel.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qt/transactiontablemodel.h b/src/qt/transactiontablemodel.h index c26acbc101..835b387575 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; |