From dd09cdb4e8946449729cf76ecde39d76b76bceb0 Mon Sep 17 00:00:00 2001
From: "evgenii.tagiltsev" <tagiltsev.evgenii@gmail.com>
Date: Wed, 27 Nov 2019 18:00:17 +0100
Subject: [PATCH] [*] removed commented code

---
 .../DapUiQmlWidgetLastActions.qml             | 22 -------------------
 .../DapUiQmlWidgetLastActionsForm.ui.qml      |  3 ---
 2 files changed, 25 deletions(-)

diff --git a/CellFrameDashboardGUI/DapUiQmlWidgetLastActions.qml b/CellFrameDashboardGUI/DapUiQmlWidgetLastActions.qml
index 1b88d8897..57853a3aa 100644
--- a/CellFrameDashboardGUI/DapUiQmlWidgetLastActions.qml
+++ b/CellFrameDashboardGUI/DapUiQmlWidgetLastActions.qml
@@ -27,31 +27,9 @@ DapUiQmlWidgetLastActionsForm {
         }
     }
 
-//    DapUiQmlWidgetLastActionsHeaderForm {
-//        id: dapHeader
-//        height: 36 * pt
-//        anchors.left: parent.left
-//        anchors.top: parent.top
-//        anchors.right: parent.right
-//        anchors.leftMargin: 1 * pt
-//    }
-
-//    Rectangle {
-//        id: splitHeader
-//        anchors.top: dapHeader.bottom
-//        anchors.left: parent.left
-//        anchors.right: parent.right
-//        height: 1 * pt
-//        color: "#C2CAD1"
-//    }
-
     ListView {
         id: dapListView
         anchors.fill: parent
-//        anchors.top: splitHeader.bottom
-//        anchors.left: parent.left
-//        anchors.right: parent.right
-//        anchors.bottom: parent.bottom
         clip: true
 
         property var contentPos: 0.0;
diff --git a/CellFrameDashboardGUI/DapUiQmlWidgetLastActionsForm.ui.qml b/CellFrameDashboardGUI/DapUiQmlWidgetLastActionsForm.ui.qml
index 0a169c72d..371c28362 100644
--- a/CellFrameDashboardGUI/DapUiQmlWidgetLastActionsForm.ui.qml
+++ b/CellFrameDashboardGUI/DapUiQmlWidgetLastActionsForm.ui.qml
@@ -3,7 +3,4 @@ import QtQuick 2.4
 Rectangle {
     anchors.fill: parent
     color: "transparent"
-//    border.color: "#B5B5B5"
-//    border.width: 1 * pt
-//    color: "#EDEFF2"
 }
-- 
GitLab