From 750856b474df27ca9254d05f28b45fcc629dd068 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 24 Sep 2003 12:03:00 +0000 Subject: [PATCH] remove forgotten patch-file PR: ports/56741 --- .../files/patch-panel-plugin::apmlib.c | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 sysutils/xfce4-battery-plugin/files/patch-panel-plugin::apmlib.c diff --git a/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::apmlib.c b/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::apmlib.c deleted file mode 100644 index 43870a2a3c35..000000000000 --- a/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::apmlib.c +++ /dev/null @@ -1,18 +0,0 @@ ---- panel-plugin/apmlib.c.orig Thu Jul 31 09:34:47 2003 -+++ panel-plugin/apmlib.c Thu Jul 31 09:18:25 2003 -@@ -18,6 +18,9 @@ - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * - */ -+ -+#if defined(__linux__) -+ - #include - #include - #include -@@ -463,3 +466,5 @@ - - return buffer; - } -+ -+#endif