From 36faca222c814975d03eb7d7ec2056f8b1f0dad3 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sun, 21 Feb 2016 13:40:13 -0500 Subject: netsurf-3.4-1.parabola1: updating version --- libre/netsurf/netsurf-remove_webp.patch | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 libre/netsurf/netsurf-remove_webp.patch (limited to 'libre/netsurf/netsurf-remove_webp.patch') diff --git a/libre/netsurf/netsurf-remove_webp.patch b/libre/netsurf/netsurf-remove_webp.patch deleted file mode 100644 index d55ca287d..000000000 --- a/libre/netsurf/netsurf-remove_webp.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- netsurf-3.3.orig/image/image.c 2015-10-02 05:50:57.797404767 +0000 -+++ netsurf-3.3/image/image.c 2015-10-02 05:53:03.592308206 +0000 -@@ -37,8 +37,6 @@ - #include "image/png.h" - #include "image/rsvg.h" - #include "image/svg.h" --#include "image/webp.h" -- - #include "image/image.h" - - /** -@@ -98,12 +96,6 @@ - return error; - #endif - --#ifdef WITH_WEBP -- error = webp_init(); -- if (error != NSERROR_OK) -- return error; --#endif /* WITH_WEBP */ -- - return NSERROR_OK; - } - -- cgit v1.2.3