summaryrefslogtreecommitdiff
path: root/src/contact.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-05-03 10:17:01 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-05-03 10:17:01 +0100
commitb636c3a48bbb1a47d67a812c6af5ffebf55c50ac (patch)
tree99c610426e67b5c8e813921198c287e525432cc2 /src/contact.c
parentc9bea14a3f70862173c32aba43d92d0e77835465 (diff)
downloadtelepathy-salut-b636c3a48bbb1a47d67a812c6af5ffebf55c50ac.tar.gz
remove all set but unused variables
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'src/contact.c')
-rw-r--r--src/contact.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/contact.c b/src/contact.c
index 245d0999..566e9059 100644
--- a/src/contact.c
+++ b/src/contact.c
@@ -90,14 +90,12 @@ salut_contact_constructor (GType type,
{
GObject *obj;
SalutContact *self;
- SalutContactPrivate *priv;
TpHandleRepoIface *contact_repo;
obj = G_OBJECT_CLASS (salut_contact_parent_class)->
constructor (type, n_props, props);
self = SALUT_CONTACT (obj);
- priv = self->priv;
g_assert (self->connection != NULL);
g_assert (self->name != NULL);