[empathy] remove unused variables
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] remove unused variables
- Date: Thu, 24 Nov 2011 11:49:30 +0000 (UTC)
commit 2bf21e175845e29bc1291f67b568a5ba16ba1e25
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu Nov 24 12:49:24 2011 +0100
remove unused variables
libempathy-gtk/empathy-individual-store-manager.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/libempathy-gtk/empathy-individual-store-manager.c b/libempathy-gtk/empathy-individual-store-manager.c
index 03841f1..288d9e3 100644
--- a/libempathy-gtk/empathy-individual-store-manager.c
+++ b/libempathy-gtk/empathy-individual-store-manager.c
@@ -113,7 +113,6 @@ static gboolean
individual_store_manager_manager_setup (gpointer user_data)
{
EmpathyIndividualStoreManager *self = user_data;
- EmpathyIndividualStore *store = user_data;
GList *individuals;
/* Signal connection. */
@@ -146,8 +145,6 @@ individual_store_manager_set_individual_manager (
EmpathyIndividualStoreManager *self,
EmpathyIndividualManager *manager)
{
- EmpathyIndividualStore *store = EMPATHY_INDIVIDUAL_STORE (self);
-
g_assert (self->priv->manager == NULL); /* construct only */
self->priv->manager = g_object_ref (manager);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]