From ab1e3515f71727ecb9024f8180baffe855be09cd Mon Sep 17 00:00:00 2001
From: jonymt <johanmt@yandex.ru>
Date: Mon, 9 Sep 2019 19:19:04 +0200
Subject: [PATCH] [*] deleted commented code

[*] deleted commented code
---
 KelvinDashboardGUI/DapScreenHistoryModel.h | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/KelvinDashboardGUI/DapScreenHistoryModel.h b/KelvinDashboardGUI/DapScreenHistoryModel.h
index b08ce517d..43ff5aea1 100644
--- a/KelvinDashboardGUI/DapScreenHistoryModel.h
+++ b/KelvinDashboardGUI/DapScreenHistoryModel.h
@@ -14,24 +14,6 @@ class DapScreenHistoryModel : public QAbstractListModel
     Q_OBJECT
 
 public:
-//    enum DapTransactionStatus {
-//        Pending,
-//        Sent,
-//        Received,
-//        Error
-//    };
-//    Q_ENUM(DapTransactionStatus)
-
-//    struct DapTransactionItem {
-//        QDateTime Date;
-//        QImage  TokenPic;
-//        DapTransactionStatus Status;
-//        QString TokenName;
-//        QString WalletNumber;
-//        QString Cryptocurrency;
-//        QString Currency;
-//    };
-
     enum {
         DisplayDateRole = Qt::UserRole,
         DateRole,
-- 
GitLab