diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-12-14 05:55:09 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-12-14 06:28:32 +0800 |
commit | 71c7a293ef624766a5eba11c402bec54e3b217dc (patch) | |
tree | 61729558eb7a8f891a718d05cb37e75047400f13 /shell | |
parent | 011747a5f75840e440ddb06a08ea5957e74e8cab (diff) | |
download | gsoc2013-evolution-71c7a293ef624766a5eba11c402bec54e3b217dc.tar.gz gsoc2013-evolution-71c7a293ef624766a5eba11c402bec54e3b217dc.tar.zst gsoc2013-evolution-71c7a293ef624766a5eba11c402bec54e3b217dc.zip |
Remove unused E_SHELL_MIGRATE_ERROR domain.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-migrate.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/shell/e-shell-migrate.h b/shell/e-shell-migrate.h index 54656badab..aa446adc15 100644 --- a/shell/e-shell-migrate.h +++ b/shell/e-shell-migrate.h @@ -27,23 +27,8 @@ #include <shell/e-shell-common.h> #include <shell/e-shell.h> -/** - * E_SHELL_MIGRATE_ERROR: - * - * Error domain for migration operations. Errors in this domain will be - * from the #EShellMigrateError enumeration. See #GError for information - * on error domains. - **/ -#define E_SHELL_MIGRATE_ERROR \ - (e_shell_migrate_error_quark ()) - G_BEGIN_DECLS -/* XXX Need more specific error codes? */ -typedef enum { - E_SHELL_MIGRATE_ERROR_FAILED -} EShellMigrateError; - gboolean e_shell_migrate_attempt (EShell *shell); GQuark e_shell_migrate_error_quark (void); |