diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-08-14 09:32:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-08-14 09:32:32 +0800 |
commit | 4e9050bc1e3c53e0d1ce17646c01f710085ca681 (patch) | |
tree | 44becdd3ec9fbcac74f0aca934a96ffe5dfd2af1 /shell/e-shell-migrate.c | |
parent | 8f7b23276dfdbc8e62d9c594556c11fd2ce9b199 (diff) | |
download | gsoc2013-evolution-4e9050bc1e3c53e0d1ce17646c01f710085ca681.tar gsoc2013-evolution-4e9050bc1e3c53e0d1ce17646c01f710085ca681.tar.gz gsoc2013-evolution-4e9050bc1e3c53e0d1ce17646c01f710085ca681.tar.bz2 gsoc2013-evolution-4e9050bc1e3c53e0d1ce17646c01f710085ca681.tar.lz gsoc2013-evolution-4e9050bc1e3c53e0d1ce17646c01f710085ca681.tar.xz gsoc2013-evolution-4e9050bc1e3c53e0d1ce17646c01f710085ca681.tar.zst gsoc2013-evolution-4e9050bc1e3c53e0d1ce17646c01f710085ca681.zip |
Whitespace and coding style cleanup.
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 8986c11201..f4ac0b7de5 100644 --- a/shell/e-shell-migrate.c +++ b/shell/e-shell-migrate.c @@ -77,7 +77,6 @@ shell_xdg_migrate_rename (const gchar *old_filename, return success; } - static gboolean shell_xdg_migrate_rmdir (const gchar *dirname) { |