diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-03-27 10:05:58 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-03-27 10:05:58 -0400 |
commit | efc40fcec397ee8dee57cd7de43279792f941380 (patch) | |
tree | 02fb75a5b386388a3f4490cebc8065618ea3f3c2 /nautilus-sendto-plugin | |
parent | d9765b15543ac5160a103227452b3cd84fbd143f (diff) | |
download | empathy-efc40fcec397ee8dee57cd7de43279792f941380.tar.gz |
trivial: fix a GCC build warning
Diffstat (limited to 'nautilus-sendto-plugin')
-rw-r--r-- | nautilus-sendto-plugin/empathy-nautilus-sendto.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nautilus-sendto-plugin/empathy-nautilus-sendto.c b/nautilus-sendto-plugin/empathy-nautilus-sendto.c index ee1519de3..9dc0bca10 100644 --- a/nautilus-sendto-plugin/empathy-nautilus-sendto.c +++ b/nautilus-sendto-plugin/empathy-nautilus-sendto.c @@ -141,7 +141,6 @@ validate_destination (NstPlugin *plugin, gchar **error) { EmpathyContact *contact = NULL; - gboolean ret = TRUE; contact = get_selected_contact (contact_widget); |