diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-11-18 22:58:44 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-11-23 03:34:11 +0800 |
commit | c75f58d01bb7bbe139cd73a85894dc5f50185816 (patch) | |
tree | a7ed07daa233b004c1ee8a6a39839a8a2d39b597 /shell/e-shell-migrate.c | |
parent | 03c039c098314b94767a2ec81b73c40fb4cbc168 (diff) | |
download | gsoc2013-evolution-c75f58d01bb7bbe139cd73a85894dc5f50185816.tar gsoc2013-evolution-c75f58d01bb7bbe139cd73a85894dc5f50185816.tar.gz gsoc2013-evolution-c75f58d01bb7bbe139cd73a85894dc5f50185816.tar.bz2 gsoc2013-evolution-c75f58d01bb7bbe139cd73a85894dc5f50185816.tar.lz gsoc2013-evolution-c75f58d01bb7bbe139cd73a85894dc5f50185816.tar.xz gsoc2013-evolution-c75f58d01bb7bbe139cd73a85894dc5f50185816.tar.zst gsoc2013-evolution-c75f58d01bb7bbe139cd73a85894dc5f50185816.zip |
Fix compiler warnings.
Diffstat (limited to 'shell/e-shell-migrate.c')
-rw-r--r-- | shell/e-shell-migrate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/e-shell-migrate.c b/shell/e-shell-migrate.c index 1931011516..b0fa40d146 100644 --- a/shell/e-shell-migrate.c +++ b/shell/e-shell-migrate.c @@ -901,7 +901,6 @@ e_shell_migrate_attempt (EShell *shell) ESEvent *ese; GSettings *settings; GConfClient *client; - const gchar *key; gint major, minor, micro; gint last_major, last_minor, last_micro; gint curr_major, curr_minor, curr_micro; |