svgload: remove deprecated librsvg include

librsvg >= 2.40.3 includes it for you

librsvg >= 2.51.0 removes it entirely
This commit is contained in:
Lovell Fuller 2021-02-08 20:20:47 +00:00
parent a0663ddce7
commit a8dd8379ac
1 changed files with 0 additions and 7 deletions

View File

@ -80,13 +80,6 @@
*/
#define RSVG_MAX_WIDTH (32767)
/* Old librsvg versions don't include librsvg-features.h by default.
* Newer versions deprecate direct inclusion.
*/
#ifndef LIBRSVG_FEATURES_H
#include <librsvg/librsvg-features.h>
#endif
/* A handy #define for we-will-handle-svgz.
*/
#if LIBRSVG_CHECK_FEATURE(SVGZ) && defined(HAVE_ZLIB)