Mercurial > pidgin.yaz
changeset 11648:bfefd21ca616
[gaim-migrate @ 13927]
Unaboutboxed
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 12 Oct 2005 23:59:40 +0000 |
parents | a4880ada048d |
children | 13f19073c0e1 |
files | src/gtkdialogs.c |
diffstat | 1 files changed, 0 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- 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, " <b>GtkSpell:</b> Disabled<br/>"); #endif -#ifdef HAVE_VV - g_string_append_printf(str, " <b>Video/Voice support:</b> Enabled<br/>"); -#else - g_string_append_printf(str, " <b>Video/Voice support:</b> Disabled<br/>"); -#endif - -#ifdef HAVE_GST_08 -/* TODO: Make this intelligent to the gstreamer version*/ - g_string_append_printf(str, " <b>gstreamer 0.8 support:</b> Enabled<br/>"); -#else - g_string_append_printf(str, " <b>gstreamer 0.8 support:</b> Disabled<br/>"); -#endif - #ifdef HAVE_GNUTLS g_string_append(str, " <b>GnuTLS:</b> Enabled<br/>"); #else