diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-03-08 10:56:58 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-03-08 10:56:58 +0100 |
commit | 6f915fba4c1f8193adb248ee8b83781c950f5535 (patch) | |
tree | 53927cf251423924690e80fc4135396902a1eccc /selections.c | |
parent | ff611dad45be219c36b0ea0f856512eab6eaf82b (diff) | |
download | fbida-6f915fba4c1f8193adb248ee8b83781c950f5535.tar.gz |
zap HAVE_LIBPNG, png is a hard dependency now
Diffstat (limited to 'selections.c')
-rw-r--r-- | selections.c | 2 |
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 |