diff --git a/debian/patches/0001-mask-CACHED_BRUSH-when-checking-brush-style.patch b/debian/patches/0001-mask-CACHED_BRUSH-when-checking-brush-style.patch deleted file mode 100644 index a63e3e0..0000000 --- a/debian/patches/0001-mask-CACHED_BRUSH-when-checking-brush-style.patch +++ /dev/null @@ -1,16 +0,0 @@ -From: Armin Novak -Date: Tue, 23 Jun 2020 09:24:35 +0200 -Subject: Fixed #6298: Mask CACHED_BRUSH when checking brush style - ---- a/libfreerdp/core/orders.c -+++ b/libfreerdp/core/orders.c -@@ -139,7 +139,8 @@ static BYTE get_bmf_bpp(UINT32 bmf, BOOL* pValid) - { - if (pValid) - *pValid = TRUE; -- switch (bmf) -+ /* Mask out highest bit */ -+ switch (bmf & (~CACHED_BRUSH)) - { - case 1: - return 1; diff --git a/debian/patches/series b/debian/patches/series index dc0e956..3c49a1f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ -0001-mask-CACHED_BRUSH-when-checking-brush-style.patch 1001_spelling-fixes.patch 2001-fake-git-revision.patch