From bac8107fba0b100a70461df84a8eabc71ee802b6 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Tue, 14 Apr 2026 06:46:08 +0200 Subject: [PATCH] x11-plugins/wmifinfo: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger --- .../files/wmifinfo-0.10-fno-common.patch | 35 ------------------- 1 file changed, 35 deletions(-) delete mode 100644 x11-plugins/wmifinfo/files/wmifinfo-0.10-fno-common.patch diff --git a/x11-plugins/wmifinfo/files/wmifinfo-0.10-fno-common.patch b/x11-plugins/wmifinfo/files/wmifinfo-0.10-fno-common.patch deleted file mode 100644 index 296c88a3541f..000000000000 --- a/x11-plugins/wmifinfo/files/wmifinfo-0.10-fno-common.patch +++ /dev/null @@ -1,35 +0,0 @@ -diff -Naur dockapps.orig/xutils.c dockapps/xutils.c ---- dockapps.orig/xutils.c 2014-12-09 20:31:13.000000000 +0100 -+++ dockapps/xutils.c 2020-03-29 13:29:01.027698381 +0200 -@@ -54,6 +54,11 @@ - XpmIcon wmgen; - Pixmap pixmask; - -+Display *display; -+Window Root; -+Window iconwin, win; -+int screen; -+int DisplayDepth; - - - -diff -Naur dockapps.orig/xutils.h dockapps/xutils.h ---- dockapps.orig/xutils.h 2014-12-09 20:31:13.000000000 +0100 -+++ dockapps/xutils.h 2020-03-29 13:29:10.728695410 +0200 -@@ -18,11 +18,11 @@ - /* - * Global variable - */ --Display *display; --Window Root; --Window iconwin, win; --int screen; --int DisplayDepth; -+extern Display *display; -+extern Window Root; -+extern Window iconwin, win; -+extern int screen; -+extern int DisplayDepth; - - -