From 50035b613cb12997d90d4c4143b3111bb005765a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 14 Aug 2014 21:21:32 -0400 Subject: [PATCH] Drop unused variable Nothing is using gdk-pixbuf-csource anymore, so no need to set up the GDK_PIXBUF_CSOURCE variable. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 112c4133f7..a24ec5327a 100644 --- a/configure.ac +++ b/configure.ac @@ -971,8 +971,6 @@ AS_IF([test "x$enable_gtk2_dependency" = xyes], AM_CONDITIONAL(USE_EXTERNAL_ICON_CACHE, [test "x$enable_gtk2_dependency" = xyes]) -AC_PATH_PROG(GDK_PIXBUF_CSOURCE, gdk-pixbuf-csource, no) - ######################################## # Windowing system checks ########################################