# HG changeset patch # User Sean Egan # Date 1129161580 0 # Node ID bfefd21ca6168b2b93522aecd115d7dc93a14a48 # Parent a4880ada048d008440ede29c25e00b598830bd2e [gaim-migrate @ 13927] Unaboutboxed committer: Tailor Script diff -r a4880ada048d -r bfefd21ca616 src/gtkdialogs.c --- a/src/gtkdialogs.c Wed Oct 12 23:55:41 2005 +0000 +++ b/src/gtkdialogs.c Wed Oct 12 23:59:40 2005 +0000 @@ -372,19 +372,6 @@ g_string_append(str, " GtkSpell: Disabled
"); #endif -#ifdef HAVE_VV - g_string_append_printf(str, " Video/Voice support: Enabled
"); -#else - g_string_append_printf(str, " Video/Voice support: Disabled
"); -#endif - -#ifdef HAVE_GST_08 -/* TODO: Make this intelligent to the gstreamer version*/ - g_string_append_printf(str, " gstreamer 0.8 support: Enabled
"); -#else - g_string_append_printf(str, " gstreamer 0.8 support: Disabled
"); -#endif - #ifdef HAVE_GNUTLS g_string_append(str, " GnuTLS: Enabled
"); #else