diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-03 22:45:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-03 22:45:46 +0800 |
commit | b8a932ae1e8b10344525ae2a5a78894e98ac2540 (patch) | |
tree | 7dddb8d73d31144a2b0ee88f9986c4d043e88219 /e-util/e-account-utils.c | |
parent | c3b983d6e12e218b6f908cf263e7e08570332d6a (diff) | |
download | gsoc2013-evolution-b8a932ae1e8b10344525ae2a5a78894e98ac2540.tar.gz gsoc2013-evolution-b8a932ae1e8b10344525ae2a5a78894e98ac2540.tar.zst gsoc2013-evolution-b8a932ae1e8b10344525ae2a5a78894e98ac2540.zip |
Fix compiler warnings.
Mostly dead assignments.
Diffstat (limited to 'e-util/e-account-utils.c')
-rw-r--r-- | e-util/e-account-utils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/e-util/e-account-utils.c b/e-util/e-account-utils.c index 636dea7426..fd3b6ee653 100644 --- a/e-util/e-account-utils.c +++ b/e-util/e-account-utils.c @@ -345,10 +345,7 @@ e_get_subscribable_accounts (CamelSession *session) if (account->enabled) { CamelService *service; - const gchar *url; - url = e_account_get_string ( - account, E_ACCOUNT_SOURCE_URL); service = camel_session_get_service ( session, account->uid); if (CAMEL_IS_STORE (service)) |