From c3e739702f965f635319e0407c5a1e0b17dd7b42 Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Sun, 13 May 2018 20:12:27 +0900 Subject: [PATCH] Remove accidently committed patch --- 2015-05-10-jurg-frings-furst.patch | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 2015-05-10-jurg-frings-furst.patch diff --git a/2015-05-10-jurg-frings-furst.patch b/2015-05-10-jurg-frings-furst.patch deleted file mode 100644 index aab493b..0000000 --- a/2015-05-10-jurg-frings-furst.patch +++ /dev/null @@ -1,26 +0,0 @@ -Subject: Enable GIMP interface -From: Jörg Frings-Fürst -Date: Sat, 09 May 2015 22:33:41 +0200 - -Index: trunk/src/xscanimage.c -=================================================================== ---- trunk.orig/src/xscanimage.c -+++ trunk/src/xscanimage.c -@@ -320,7 +320,7 @@ query (void) - "Andy Beck, Tristan Tarrant, and David Mosberger", - "8th June 1997", - "/File/Acquire/xscanimage/Device dialog...", -- "RGB, GRAY", -+ 0, - GIMP_EXTENSION, - nargs, nreturn_vals, args, return_vals); - -@@ -365,7 +365,7 @@ query (void) - "interface.", - "Andy Beck, Tristan Tarrant, and David Mosberger", - "Andy Beck, Tristan Tarrant, and David Mosberger", -- "8th June 1997", mpath, "RGB, GRAY", GIMP_EXTENSION, -+ "8th June 1997", mpath, 0, GIMP_EXTENSION, - nargs, nreturn_vals, args, return_vals); - } - sane_exit ();