diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-11-23 04:15:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-11-23 09:42:26 +0800 |
commit | 2e24e72b5ecb2684bfd5651a57c2600397b61c51 (patch) | |
tree | b7ea6cd8c490744d69868b6ac92472d855eb97e7 /modules | |
parent | 00e495279937c6495d6fab99fe7f89583859ecd1 (diff) | |
download | gsoc2013-evolution-2e24e72b5ecb2684bfd5651a57c2600397b61c51.tar gsoc2013-evolution-2e24e72b5ecb2684bfd5651a57c2600397b61c51.tar.gz gsoc2013-evolution-2e24e72b5ecb2684bfd5651a57c2600397b61c51.tar.bz2 gsoc2013-evolution-2e24e72b5ecb2684bfd5651a57c2600397b61c51.tar.lz gsoc2013-evolution-2e24e72b5ecb2684bfd5651a57c2600397b61c51.tar.xz gsoc2013-evolution-2e24e72b5ecb2684bfd5651a57c2600397b61c51.tar.zst gsoc2013-evolution-2e24e72b5ecb2684bfd5651a57c2600397b61c51.zip |
More compiler warning fixes.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/mail/e-mail-shell-view-actions.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/mail/e-mail-shell-view-actions.c b/modules/mail/e-mail-shell-view-actions.c index 2427fc1ffd..7bed18d8b8 100644 --- a/modules/mail/e-mail-shell-view-actions.c +++ b/modules/mail/e-mail-shell-view-actions.c @@ -1635,7 +1635,6 @@ e_mail_shell_view_actions_init (EMailShellView *mail_shell_view) GtkAction *action; GSettings *settings; GObject *object; - const gchar *key; g_return_if_fail (E_IS_MAIL_SHELL_VIEW (mail_shell_view)); |