diff libpurple/protocols/jabber/presence.c @ 27170:5330ffe6ca86

Fix compile warning for non-VV.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 09 Jun 2009 03:42:23 +0000
parents 72bcdcb0629f
children e49739413d73 01f1929d0936
line wrap: on
line diff
--- a/libpurple/protocols/jabber/presence.c	Mon Jun 08 18:37:57 2009 +0000
+++ b/libpurple/protocols/jabber/presence.c	Tue Jun 09 03:42:23 2009 +0000
@@ -245,7 +245,9 @@
 {
 	xmlnode *show, *status, *presence, *pri, *c;
 	const char *show_string = NULL;
+#ifdef USE_VV
 	gboolean audio_enabled, video_enabled;
+#endif
 
 	presence = xmlnode_new("presence");