changeset 16532:d29c995c815b

Fix a compiler warning about an unused variable. This was introduced when I committed khc's last patch.
author Richard Laager <rlaager@wiktel.com>
date Fri, 27 Apr 2007 18:03:38 +0000
parents fe6fd0568d04
children 2da3e5a69ebc
files libpurple/status.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/status.c	Fri Apr 27 17:55:38 2007 +0000
+++ b/libpurple/status.c	Fri Apr 27 18:03:38 2007 +0000
@@ -597,8 +597,6 @@
 notify_buddy_status_update(PurpleBuddy *buddy, PurplePresence *presence,
 		PurpleStatus *old_status, PurpleStatus *new_status)
 {
-	PurpleBlistUiOps *ops = purple_blist_get_ui_ops();
-
 	if (purple_prefs_get_bool("/purple/logging/log_system"))
 	{
 		time_t current_time = time(NULL);