aboutsummaryrefslogtreecommitdiff
path: root/src/about.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/about.c')
-rw-r--r--src/about.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/about.c b/src/about.c
index a9cea2e5..795744fc 100644
--- a/src/about.c
+++ b/src/about.c
@@ -127,12 +127,6 @@ static void about_create(void)
g_snprintf(buf, sizeof(buf),
"Compiled-in features:%s",
-#if HAVE_GDK_IMLIB
- " gdk_imlib"
-#endif
-#if HAVE_GDK_PIXBUF
- " gdk-pixbuf"
-#endif
#if USE_THREADS
" gthread"
#endif