From 62ad733601cad9e8380ef76d8f8acb0bea9751ba Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 3 Apr 2022 12:08:28 -0700 Subject: [PATCH] remove unused 'HAVE_GDK_PIXBUF' --- configure.ac | 2 -- windows/include/config.h | 3 --- 2 files changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index 2b3f8e428..1484d655a 100644 --- a/configure.ac +++ b/configure.ac @@ -1937,8 +1937,6 @@ if test "x$with_gdk_pixbuf" != "xyes"; then else PKG_CHECK_MODULES(GDK_PIXBUF, [gdk-pixbuf-2.0],[ use_gdk_pixbuf="Yes" - AC_DEFINE_UNQUOTED(HAVE_GDK_PIXBUF,1, - [Define if you have the gdk_pixbuf library]) AC_SUBST([GDK_PIXBUF_CFLAGS]) AC_SUBST([GDK_PIXBUF_LIBS]) ],[ diff --git a/windows/include/config.h b/windows/include/config.h index 2dcea0308..beeda60c1 100644 --- a/windows/include/config.h +++ b/windows/include/config.h @@ -75,9 +75,6 @@ /* Define if you have the GDI+ framework for Windows */ /* #undef HAVE_GDIPLUS */ -/* Define if you have the gdk_pixbuf library */ -/* #undef HAVE_GDK_PIXBUF */ - /* Define if the GD library has the GD_FONTCONFIG feature */ #define HAVE_GD_FONTCONFIG 1 -- 2.40.0