diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-06-26 10:21:13 +0200 |
---|---|---|
committer | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-09-16 16:50:19 +0200 |
commit | 43c1f5b8d7accc158dfd6b270cb9bfd0cd900a3e (patch) | |
tree | a601bd237b28b22c52a964fc4ce2cf9153585ab0 /src/qt/bantablemodel.h | |
parent | e2b8028e4c60708a8d49b17d9d49dda10aaecc51 (diff) |
[Qt] remove unused timer-code from banlistmodel.cpp
Diffstat (limited to 'src/qt/bantablemodel.h')
-rw-r--r-- | src/qt/bantablemodel.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qt/bantablemodel.h b/src/qt/bantablemodel.h index 8d3da4c737..c0f0813f28 100644 --- a/src/qt/bantablemodel.h +++ b/src/qt/bantablemodel.h @@ -13,10 +13,6 @@ class ClientModel; class BanTablePriv; -QT_BEGIN_NAMESPACE -class QTimer; -QT_END_NAMESPACE - struct CCombinedBan { CSubNet subnet; int64_t bantil; @@ -59,7 +55,6 @@ private: ClientModel *clientModel; QStringList columns; BanTablePriv *priv; - QTimer *timer; }; #endif // BITCOIN_QT_BANTABLEMODEL_H |