Remove accidently committed patch

merge-requests/2/head
Olaf Meeuwissen 2018-05-13 20:12:27 +09:00
rodzic 2275d0cf08
commit c3e739702f
1 zmienionych plików z 0 dodań i 26 usunięć

Wyświetl plik

@ -1,26 +0,0 @@
Subject: Enable GIMP interface
From: Jörg Frings-Fürst <debian@jff-webhosting.net>
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",
"<Toolbox>/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 ();