commit:     fa33073a5f6bb4fe63bc660bfd01a4f6cfe4db48
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 16:49:03 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 15 16:49:03 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=fa33073a

kde-plasma/kwin: Drop unused patch

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/kwin/files/kwin-gstreamer-optional.patch | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/kde-plasma/kwin/files/kwin-gstreamer-optional.patch 
b/kde-plasma/kwin/files/kwin-gstreamer-optional.patch
deleted file mode 100644
index d9ace476f9..0000000000
--- a/kde-plasma/kwin/files/kwin-gstreamer-optional.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Disable the effect video button if gstreamer is missing.
-
-diff --git a/kcmkwin/kwincompositing/qml/Effect.qml 
b/kcmkwin/kwincompositing/qml/Effect.qml
-index fcd5e8a..2331da2 100644
---- a/kcmkwin/kwincompositing/qml/Effect.qml
-+++ b/kcmkwin/kwincompositing/qml/Effect.qml
-@@ -144,7 +144,7 @@ Rectangle {
- 
-         Button {
-             id: videoButton
--            visible: model.VideoRole.toString() !== ""
-+            visible: false
-             iconName: "video"
-             onClicked: videoItem.showHide()
-         }

Reply via email to