cleanup unused constants

This commit is contained in:
Wladimir J. van der Laan 2011-07-01 18:31:10 +02:00
parent ab90d6e62a
commit cdff41c12e
2 changed files with 0 additions and 9 deletions

View File

@ -15,10 +15,6 @@
#include <QDateTime>
#include <QtAlgorithms>
const QString TransactionTableModel::Sent = "s";
const QString TransactionTableModel::Received = "r";
const QString TransactionTableModel::Other = "o";
// Credit and Debit columns are right-aligned as they contain numbers
static int column_alignments[] = {
Qt::AlignLeft|Qt::AlignVCenter,

View File

@ -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;