aboutsummaryrefslogtreecommitdiff
path: root/src/about.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-08 11:06:12 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-08 11:06:12 +0000
commita305abdfe054c5ef5e472d2d99723b4032308b1d (patch)
tree22f7d398e3c7718d84879e622df2c6e61d7eb34c /src/about.c
parent0ff75d10977146767ccc42c2e2915f75886a68bf (diff)
also resize inline images.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@155 ee746299-78ed-0310-b773-934348b2243d
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