Drop unused variable

Nothing is using gdk-pixbuf-csource anymore, so no need
to set up the GDK_PIXBUF_CSOURCE variable.
This commit is contained in:
Matthias Clasen
2014-08-14 21:21:32 -04:00
parent 76da8a5f20
commit 50035b613c

View File

@@ -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
########################################