aboutsummaryrefslogtreecommitdiffstats
path: root/selections.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-03-08 10:56:58 +0100
committerGerd Hoffmann <kraxel@redhat.com>2017-03-08 10:56:58 +0100
commit6f915fba4c1f8193adb248ee8b83781c950f5535 (patch)
tree53927cf251423924690e80fc4135396902a1eccc /selections.c
parentff611dad45be219c36b0ea0f856512eab6eaf82b (diff)
downloadfbida-6f915fba4c1f8193adb248ee8b83781c950f5535.tar.gz
zap HAVE_LIBPNG, png is a hard dependency now
Diffstat (limited to 'selections.c')
-rw-r--r--selections.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/selections.c b/selections.c
index 4803994..35a5132 100644
--- a/selections.c
+++ b/selections.c
@@ -609,9 +609,7 @@ void ipc_init()
#ifdef HAVE_LIBGIF
targets[ntargets++] = MIME_IMAGE_GIF;
#endif
-#ifdef HAVE_LIBPNG
targets[ntargets++] = MIME_IMAGE_PNG;
-#endif
#ifdef HAVE_LIBTIFF
targets[ntargets++] = MIME_IMAGE_TIFF;
#endif