Merge pull request #1985 from lovell/svgload-remove-deprecated-librsvg-include

svgload: remove was-deprecated, now-removed librsvg-features.h include
This commit is contained in:
John Cupitt 2021-02-09 15:47:28 +00:00 committed by GitHub
commit 85f7cb6ded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)