diff src/idle.c @ 13667:f8a44204b1bc

[gaim-migrate @ 16069] Fix CID 163 - an unused variable warning. Apparently, CID 163 had two cases and I only fixed one? committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 20 Apr 2006 04:58:29 +0000
parents b76c6de0c3b5
children 4997b8b66206
line wrap: on
line diff
--- a/src/idle.c	Thu Apr 20 04:56:44 2006 +0000
+++ b/src/idle.c	Thu Apr 20 04:58:29 2006 +0000
@@ -92,11 +92,9 @@
 unset_account_autoaway(GaimConnection *gc)
 {
 	GaimAccount *account;
-	GaimPresence *presence;
 	GaimSavedStatus *saved_status;
 
 	account = gaim_connection_get_account(gc);
-	presence = gaim_account_get_presence(account);
 
 	if (!gc->is_auto_away)
 		/* This account is already not auto-away! */