Mercurial > pidgin
changeset 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 | 915f26ce1d07 |
| children | 5c8565315d3e |
| files | src/idle.c |
| diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
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! */
