From 76fcd5f910d28d7d9833c0e72e96831d90b3895b Mon Sep 17 00:00:00 2001
From: Matheo Joseph <matheo.joseph@savoirfairelinux.com>
Date: Thu, 20 Jul 2023 16:30:12 -0400
Subject: [PATCH] jamiidentifier: remove useless mask

Change-Id: Ie7e1ae5e5be9b710f53e21cf51385ae8addb54f6
---
 src/app/commoncomponents/JamiIdentifier.qml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/src/app/commoncomponents/JamiIdentifier.qml b/src/app/commoncomponents/JamiIdentifier.qml
index 961425b31..cc75f654b 100644
--- a/src/app/commoncomponents/JamiIdentifier.qml
+++ b/src/app/commoncomponents/JamiIdentifier.qml
@@ -41,15 +41,6 @@ Item {
         }
     }
 
-    Rectangle {
-        id: mask
-        anchors.fill: outerRow
-        radius: 5
-        visible: false
-        Scaffold {
-        }
-    }
-
     RowLayout {
         id: outerRow
         width: parent.width
@@ -66,13 +57,6 @@ Item {
                 "bl": 5
             }
 
-            layer {
-                enabled: true
-                effect: OpacityMask {
-                    maskSource: mask
-                }
-            }
-
             RowLayout {
                 width: parent.width
                 anchors.verticalCenter: parent.verticalCenter
-- 
GitLab