]> granicus.if.org Git - graphviz/commitdiff
remove unused 'HAVE_GDK_PIXBUF'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 3 Apr 2022 19:08:28 +0000 (12:08 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 9 Apr 2022 01:03:37 +0000 (18:03 -0700)
configure.ac
windows/include/config.h

index 2b3f8e428652a644818df56b2be97eb638efd03c..1484d655a0f46feb074ce39fd9f41f53228b1083 100644 (file)
@@ -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])
   ],[
index 2dcea030876d124fa0ef0ae80829d1bb9e99e60f..beeda60c1ab35dc28c8587cdb48940ad400b5a59 100644 (file)
@@ -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