diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2011-03-17 02:51:15 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-03-17 19:54:34 +0800 |
commit | 88e09c99733982de201c3c1cfbf4742a0e8662b1 (patch) | |
tree | de0f99c45903453a776091f69be212125c4f6688 /libempathy-gtk/empathy-presence-chooser.c | |
parent | 95a0ab7d884a6500cfba6ff63fea73269faec0da (diff) | |
download | gsoc2013-empathy-88e09c99733982de201c3c1cfbf4742a0e8662b1.tar gsoc2013-empathy-88e09c99733982de201c3c1cfbf4742a0e8662b1.tar.gz gsoc2013-empathy-88e09c99733982de201c3c1cfbf4742a0e8662b1.tar.bz2 gsoc2013-empathy-88e09c99733982de201c3c1cfbf4742a0e8662b1.tar.lz gsoc2013-empathy-88e09c99733982de201c3c1cfbf4742a0e8662b1.tar.xz gsoc2013-empathy-88e09c99733982de201c3c1cfbf4742a0e8662b1.tar.zst gsoc2013-empathy-88e09c99733982de201c3c1cfbf4742a0e8662b1.zip |
Fix warnings from GCC 4.6 about variables that are set but not used.
Diffstat (limited to 'libempathy-gtk/empathy-presence-chooser.c')
-rw-r--r-- | libempathy-gtk/empathy-presence-chooser.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-presence-chooser.c b/libempathy-gtk/empathy-presence-chooser.c index 2c8a3c871..45dd9da9e 100644 --- a/libempathy-gtk/empathy-presence-chooser.c +++ b/libempathy-gtk/empathy-presence-chooser.c @@ -482,11 +482,9 @@ presence_chooser_entry_icon_release_cb (EmpathyPresenceChooser *self, mc_set_custom_state (self); } else { - PresenceChooserEntryType type; TpConnectionPresenceType state; char *status; - type = presence_chooser_get_entry_type (self); state = get_state_and_status (self, &status); if (!empathy_status_presets_is_valid (state)) { |